GroupId | GroupIdcom.github.zhkl0228 |
---|---|
ArtifactId | ArtifactIddemumble |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
demumble-1.0.0.pom | |
demumble-1.0.0.jar | 330 KB |
demumble-1.0.0-sources.jar | 303 KB |
demumble-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhkl0228/demumble/
implementation 'com.github.zhkl0228:demumble:1.0.0'
// https://jarcasting.com/artifacts/com.github.zhkl0228/demumble/
implementation ("com.github.zhkl0228:demumble:1.0.0")
'com.github.zhkl0228:demumble:jar:1.0.0'
<dependency org="com.github.zhkl0228" name="demumble" rev="1.0.0">
<artifact name="demumble" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhkl0228', module='demumble', version='1.0.0')
)
libraryDependencies += "com.github.zhkl0228" % "demumble" % "1.0.0"
[com.github.zhkl0228/demumble "1.0.0"]