d

dhtool

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