License |
License
MIT
|
---|---|
GroupId | GroupIdcom.github.dabasan |
ArtifactId | ArtifactIddhtool |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDHTool
Fundamental tools for my Java programs
|
Filename | Size |
---|---|
dhtool-3.0.0.pom | |
dhtool-3.0.0.jar | 14 KB |
dhtool-3.0.0-sources.jar | 7 KB |
dhtool-3.0.0-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dabasan/dhtool/ -->
<dependency>
<groupId>com.github.dabasan</groupId>
<artifactId>dhtool</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dabasan/dhtool/
implementation 'com.github.dabasan:dhtool:3.0.0'
// https://jarcasting.com/artifacts/com.github.dabasan/dhtool/
implementation ("com.github.dabasan:dhtool:3.0.0")
'com.github.dabasan:dhtool:jar:3.0.0'
<dependency org="com.github.dabasan" name="dhtool" rev="3.0.0">
<artifact name="dhtool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dabasan', module='dhtool', version='3.0.0')
)
libraryDependencies += "com.github.dabasan" % "dhtool" % "3.0.0"
[com.github.dabasan/dhtool "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |