is not current version
Last Version 3.0.0

com.github.dabasan:dhtool 1.4.0

Fundamental tools for my Java programs

GroupId

GroupId

com.github.dabasan
ArtifactId

ArtifactId

dhtool
Version

Version

1.4.0
Type

Type

jar

Download dhtool 1.4.0


<!-- 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"]