GroupId | GroupIdcom.github.dabasan |
---|---|
ArtifactId | ArtifactIddhtool |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
dhtool-1.4.0.pom | |
dhtool-1.4.0.jar | 13 KB |
dhtool-1.4.0-sources.jar | 7 KB |
dhtool-1.4.0-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dabasan/dhtool/ -->
<dependency>
<groupId>com.github.dabasan</groupId>
<artifactId>dhtool</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dabasan/dhtool/
implementation 'com.github.dabasan:dhtool:1.4.0'
// https://jarcasting.com/artifacts/com.github.dabasan/dhtool/
implementation ("com.github.dabasan:dhtool:1.4.0")
'com.github.dabasan:dhtool:jar:1.4.0'
<dependency org="com.github.dabasan" name="dhtool" rev="1.4.0">
<artifact name="dhtool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dabasan', module='dhtool', version='1.4.0')
)
libraryDependencies += "com.github.dabasan" % "dhtool" % "1.4.0"
[com.github.dabasan/dhtool "1.4.0"]