Maven Repository

ArmorWeight can be acquired from Zettelkasten's Maven repository.

Releases: https:bitbucket.org/Zettelkasten/mvn-repo/raw/default/releases/

Snapshots: https:bitbucket.org/Zettelkasten/mvn-repo/raw/default/snapshots/

Adding the repository

Add the following code to your pom.xml:

<repositories>
  ...
  <repository>
    <id>zettelkasten-repo</id>
    <url>https://bitbucket.org/Zettelkasten/mvn-repo/raw/default/releases</url>
  </repository>
  ...
</repositories>

(This will only add the releases repository. Add another repository for the snapshots if you so desire.)

Adding ArmorWeight as a dependency

<dependencies>
  ...
  <dependency>
    <groupId>com.zettelnet</groupId>
    <artifactId>armorweight</artifactId>
    <version>0.3.6</version>
  </dependency>
  ...
</dependencies>

Be sure to replace the version with the current version.


Comments

Posts Quoted:
Reply
Clear All Quotes