GroupId | GroupIdcom.github.naoghuman |
---|---|
ArtifactId | ArtifactIdlib-logger |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
lib-logger-0.5.0.pom | |
lib-logger-0.5.0.jar | 12 KB |
lib-logger-0.5.0-sources.jar | 16 KB |
lib-logger-0.5.0-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.naoghuman/lib-logger/ -->
<dependency>
<groupId>com.github.naoghuman</groupId>
<artifactId>lib-logger</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-logger/
implementation 'com.github.naoghuman:lib-logger:0.5.0'
// https://jarcasting.com/artifacts/com.github.naoghuman/lib-logger/
implementation ("com.github.naoghuman:lib-logger:0.5.0")
'com.github.naoghuman:lib-logger:jar:0.5.0'
<dependency org="com.github.naoghuman" name="lib-logger" rev="0.5.0">
<artifact name="lib-logger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.naoghuman', module='lib-logger', version='0.5.0')
)
libraryDependencies += "com.github.naoghuman" % "lib-logger" % "0.5.0"
[com.github.naoghuman/lib-logger "0.5.0"]