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