GroupId | GroupIdorg.dstadler |
---|---|
ArtifactId | ArtifactIdcommons-audio |
Version | Version1.0.0.13 |
Type | Typejar |
Filename | Size |
---|---|
commons-audio-1.0.0.13.pom | |
commons-audio-1.0.0.13.jar | 51 KB |
commons-audio-1.0.0.13-sources.jar | 38 KB |
commons-audio-1.0.0.13-javadoc.jar | 513 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dstadler/commons-audio/ -->
<dependency>
<groupId>org.dstadler</groupId>
<artifactId>commons-audio</artifactId>
<version>1.0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.dstadler/commons-audio/
implementation 'org.dstadler:commons-audio:1.0.0.13'
// https://jarcasting.com/artifacts/org.dstadler/commons-audio/
implementation ("org.dstadler:commons-audio:1.0.0.13")
'org.dstadler:commons-audio:jar:1.0.0.13'
<dependency org="org.dstadler" name="commons-audio" rev="1.0.0.13">
<artifact name="commons-audio" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dstadler', module='commons-audio', version='1.0.0.13')
)
libraryDependencies += "org.dstadler" % "commons-audio" % "1.0.0.13"
[org.dstadler/commons-audio "1.0.0.13"]