is not current version
Last Version 2.0.0

com.github.dabasan:dhlog 1.0.0

Log class for my Java code

GroupId

GroupId

com.github.dabasan
ArtifactId

ArtifactId

dhlog
Version

Version

1.0.0
Type

Type

jar

Download dhlog 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.dabasan/dhlog/ -->
<dependency>
    <groupId>com.github.dabasan</groupId>
    <artifactId>dhlog</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dabasan/dhlog/
implementation 'com.github.dabasan:dhlog:1.0.0'
// https://jarcasting.com/artifacts/com.github.dabasan/dhlog/
implementation ("com.github.dabasan:dhlog:1.0.0")
'com.github.dabasan:dhlog:jar:1.0.0'
<dependency org="com.github.dabasan" name="dhlog" rev="1.0.0">
  <artifact name="dhlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dabasan', module='dhlog', version='1.0.0')
)
libraryDependencies += "com.github.dabasan" % "dhlog" % "1.0.0"
[com.github.dabasan/dhlog "1.0.0"]