Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.marc7806 |
ArtifactId | ArtifactIdaudiowaveform |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
audiowaveform-1.0.pom | |
audiowaveform-1.0.jar | 16 KB |
audiowaveform-1.0-sources.jar | 11 KB |
audiowaveform-1.0-javadoc.jar | 462 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marc7806/audiowaveform/ -->
<dependency>
<groupId>com.github.marc7806</groupId>
<artifactId>audiowaveform</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marc7806/audiowaveform/
implementation 'com.github.marc7806:audiowaveform:1.0'
// https://jarcasting.com/artifacts/com.github.marc7806/audiowaveform/
implementation ("com.github.marc7806:audiowaveform:1.0")
'com.github.marc7806:audiowaveform:jar:1.0'
<dependency org="com.github.marc7806" name="audiowaveform" rev="1.0">
<artifact name="audiowaveform" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marc7806', module='audiowaveform', version='1.0')
)
libraryDependencies += "com.github.marc7806" % "audiowaveform" % "1.0"
[com.github.marc7806/audiowaveform "1.0"]