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