GroupId | GroupIdio.github.novareseller |
---|---|
ArtifactId | ArtifactIdlog |
Version | Version1.2.6.beta |
Type | Typejar |
Filename | Size |
---|---|
log-1.2.6.beta.pom | |
log-1.2.6.beta.jar | 31 KB |
log-1.2.6.beta-sources.jar | 22 KB |
log-1.2.6.beta-javadoc.jar | 212 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.novareseller/log/ -->
<dependency>
<groupId>io.github.novareseller</groupId>
<artifactId>log</artifactId>
<version>1.2.6.beta</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.novareseller/log/
implementation 'io.github.novareseller:log:1.2.6.beta'
// https://jarcasting.com/artifacts/io.github.novareseller/log/
implementation ("io.github.novareseller:log:1.2.6.beta")
'io.github.novareseller:log:jar:1.2.6.beta'
<dependency org="io.github.novareseller" name="log" rev="1.2.6.beta">
<artifact name="log" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.novareseller', module='log', version='1.2.6.beta')
)
libraryDependencies += "io.github.novareseller" % "log" % "1.2.6.beta"
[io.github.novareseller/log "1.2.6.beta"]