d

dhlog

Simple log class for my Java programs
https://github.com/Dabasan/DHLog
MIT
Hirotsugu Daba
Files download
File Operation
dhlog-2.0.0.jar download
dhlog-2.0.0.pom download
dhlog-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.dabasan</groupId>
  <artifactId>dhlog</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.dabasan:dhlog:2.0.0'
Gradle Kotlin
implementation("com.github.dabasan:dhlog:2.0.0")
Scala SBT
libraryDependencies += "com.github.dabasan" % "dhlog" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dabasan', module='dhlog', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.dabasan" name="dhlog" rev="2.0.0" />
Leiningen
[com.github.dabasan/dhlog "2.0.0"]
Apache Buildr
'com.github.dabasan:dhlog:jar:2.0.0'
Dependencies
The project has no third-party dependencies