GroupId | GroupIdcom.aoindustries |
---|---|
ArtifactId | ArtifactIdao-encoding-book |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
ao-encoding-book-1.6.0.pom | |
ao-encoding-book-1.6.0.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aoindustries/ao-encoding-book/ -->
<dependency>
<groupId>com.aoindustries</groupId>
<artifactId>ao-encoding-book</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aoindustries/ao-encoding-book/
implementation 'com.aoindustries:ao-encoding-book:1.6.0'
// https://jarcasting.com/artifacts/com.aoindustries/ao-encoding-book/
implementation ("com.aoindustries:ao-encoding-book:1.6.0")
'com.aoindustries:ao-encoding-book:jar:1.6.0'
<dependency org="com.aoindustries" name="ao-encoding-book" rev="1.6.0">
<artifact name="ao-encoding-book" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aoindustries', module='ao-encoding-book', version='1.6.0')
)
libraryDependencies += "com.aoindustries" % "ao-encoding-book" % "1.6.0"
[com.aoindustries/ao-encoding-book "1.6.0"]