<dependency> <groupId>com.github.dabasan</groupId> <artifactId>dhtool</artifactId> <version>1.3.0</version> </dependency>
implementation 'com.github.dabasan:dhtool:1.3.0'
implementation("com.github.dabasan:dhtool:1.3.0")
libraryDependencies += "com.github.dabasan" % "dhtool" % "1.3.0"
@Grapes( @Grab(group='com.github.dabasan', module='dhtool', version='1.3.0') )
<dependency org="com.github.dabasan" name="dhtool" rev="1.3.0" />
[com.github.dabasan/dhtool "1.3.0"]
'com.github.dabasan:dhtool:jar:1.3.0'
compile
|-- com.github.dabasan:dhlog:1.0.0