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