GroupId | GroupIdcom.github.hackerwin7 |
---|---|
ArtifactId | ArtifactIdjd-lib |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
jd-lib-0.1.3.pom | |
jd-lib-0.1.3.jar | 32 KB |
jd-lib-0.1.3-standalone.jar | 49 MB |
jd-lib-0.1.3-sources.jar | 26 KB |
jd-lib-0.1.3-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hackerwin7/jd-lib/ -->
<dependency>
<groupId>com.github.hackerwin7</groupId>
<artifactId>jd-lib</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hackerwin7/jd-lib/
implementation 'com.github.hackerwin7:jd-lib:0.1.3'
// https://jarcasting.com/artifacts/com.github.hackerwin7/jd-lib/
implementation ("com.github.hackerwin7:jd-lib:0.1.3")
'com.github.hackerwin7:jd-lib:jar:0.1.3'
<dependency org="com.github.hackerwin7" name="jd-lib" rev="0.1.3">
<artifact name="jd-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hackerwin7', module='jd-lib', version='0.1.3')
)
libraryDependencies += "com.github.hackerwin7" % "jd-lib" % "0.1.3"
[com.github.hackerwin7/jd-lib "0.1.3"]