GroupId | GroupIdcom.github.chrix75 |
---|---|
ArtifactId | ArtifactIdunified-log |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
unified-log-0.1.0.pom | |
unified-log-0.1.0.jar | 13 KB |
unified-log-0.1.0-sources.jar | 6 KB |
unified-log-0.1.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrix75/unified-log/ -->
<dependency>
<groupId>com.github.chrix75</groupId>
<artifactId>unified-log</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrix75/unified-log/
implementation 'com.github.chrix75:unified-log:0.1.0'
// https://jarcasting.com/artifacts/com.github.chrix75/unified-log/
implementation ("com.github.chrix75:unified-log:0.1.0")
'com.github.chrix75:unified-log:jar:0.1.0'
<dependency org="com.github.chrix75" name="unified-log" rev="0.1.0">
<artifact name="unified-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrix75', module='unified-log', version='0.1.0')
)
libraryDependencies += "com.github.chrix75" % "unified-log" % "0.1.0"
[com.github.chrix75/unified-log "0.1.0"]