Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdorg.gagravarr |
ArtifactId | ArtifactIdvorbis-java-tools |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
vorbis-java-tools-0.7.pom | |
vorbis-java-tools-0.7.jar | 23 KB |
vorbis-java-tools-0.7-sources.jar | 15 KB |
vorbis-java-tools-0.7-javadoc.jar | 100 KB |
vorbis-java-tools-0.7-jar-with-dependencies.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gagravarr/vorbis-java-tools/ -->
<dependency>
<groupId>org.gagravarr</groupId>
<artifactId>vorbis-java-tools</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.gagravarr/vorbis-java-tools/
implementation 'org.gagravarr:vorbis-java-tools:0.7'
// https://jarcasting.com/artifacts/org.gagravarr/vorbis-java-tools/
implementation ("org.gagravarr:vorbis-java-tools:0.7")
'org.gagravarr:vorbis-java-tools:jar:0.7'
<dependency org="org.gagravarr" name="vorbis-java-tools" rev="0.7">
<artifact name="vorbis-java-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gagravarr', module='vorbis-java-tools', version='0.7')
)
libraryDependencies += "org.gagravarr" % "vorbis-java-tools" % "0.7"
[org.gagravarr/vorbis-java-tools "0.7"]