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