License |
License
MIT
|
---|---|
GroupId | GroupIdcom.github.dabasan |
ArtifactId | ArtifactIddhlog |
Version | Version2.0.0 |
Type | Typejar |
Description |
DescriptionDHLog
Simple log class for my Java programs
|
Filename | Size |
---|---|
dhlog-2.0.0.pom | |
dhlog-2.0.0.jar | 4 KB |
dhlog-2.0.0-sources.jar | 2 KB |
dhlog-2.0.0-javadoc.jar | 367 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dabasan/dhlog/ -->
<dependency>
<groupId>com.github.dabasan</groupId>
<artifactId>dhlog</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dabasan/dhlog/
implementation 'com.github.dabasan:dhlog:2.0.0'
// https://jarcasting.com/artifacts/com.github.dabasan/dhlog/
implementation ("com.github.dabasan:dhlog:2.0.0")
'com.github.dabasan:dhlog:jar:2.0.0'
<dependency org="com.github.dabasan" name="dhlog" rev="2.0.0">
<artifact name="dhlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dabasan', module='dhlog', version='2.0.0')
)
libraryDependencies += "com.github.dabasan" % "dhlog" % "2.0.0"
[com.github.dabasan/dhlog "2.0.0"]