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