GroupId | GroupIdorg.grlea.log |
---|---|
ArtifactId | ArtifactIdsimple-log |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
simple-log-1.7.pom | |
simple-log-1.7.jar | 21 KB |
simple-log-1.7-sources.jar | 21 KB |
simple-log-1.7-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.grlea.log/simple-log/ -->
<dependency>
<groupId>org.grlea.log</groupId>
<artifactId>simple-log</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.grlea.log/simple-log/
implementation 'org.grlea.log:simple-log:1.7'
// https://jarcasting.com/artifacts/org.grlea.log/simple-log/
implementation ("org.grlea.log:simple-log:1.7")
'org.grlea.log:simple-log:jar:1.7'
<dependency org="org.grlea.log" name="simple-log" rev="1.7">
<artifact name="simple-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grlea.log', module='simple-log', version='1.7')
)
libraryDependencies += "org.grlea.log" % "simple-log" % "1.7"
[org.grlea.log/simple-log "1.7"]