d

dhlog

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