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