d

dhtool

Fundamental tools for my Java programs
https://github.com/Dabasan/DHTool
MIT
Hirotsugu Daba
Files download
File Operation
dhtool-1.2.1.jar download
dhtool-1.2.1.pom download
dhtool-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.dabasan</groupId>
  <artifactId>dhtool</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.dabasan:dhtool:1.2.1'
Gradle Kotlin
implementation("com.github.dabasan:dhtool:1.2.1")
Scala SBT
libraryDependencies += "com.github.dabasan" % "dhtool" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dabasan', module='dhtool', version='1.2.1')
)
Apache Ivy
<dependency org="com.github.dabasan" name="dhtool" rev="1.2.1" />
Leiningen
[com.github.dabasan/dhtool "1.2.1"]
Apache Buildr
'com.github.dabasan:dhtool:jar:1.2.1'
Dependencies