GroupId | GroupIdcom.github.zhkl0228 |
---|---|
ArtifactId | ArtifactIddemumble |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
demumble-1.0.2.pom | |
demumble-1.0.2.jar | 446 KB |
demumble-1.0.2-sources.jar | 419 KB |
demumble-1.0.2-javadoc.jar | 322 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhkl0228/demumble/ -->
<dependency>
<groupId>com.github.zhkl0228</groupId>
<artifactId>demumble</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhkl0228/demumble/
implementation 'com.github.zhkl0228:demumble:1.0.2'
// https://jarcasting.com/artifacts/com.github.zhkl0228/demumble/
implementation ("com.github.zhkl0228:demumble:1.0.2")
'com.github.zhkl0228:demumble:jar:1.0.2'
<dependency org="com.github.zhkl0228" name="demumble" rev="1.0.2">
<artifact name="demumble" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhkl0228', module='demumble', version='1.0.2')
)
libraryDependencies += "com.github.zhkl0228" % "demumble" % "1.0.2"
[com.github.zhkl0228/demumble "1.0.2"]