is not current version
Last Version 1.5.3.beta

io.github.novareseller:log 1.1.0.alpha


GroupId

GroupId

io.github.novareseller
ArtifactId

ArtifactId

log
Version

Version

1.1.0.alpha
Type

Type

jar

Download log 1.1.0.alpha


<!-- https://jarcasting.com/artifacts/io.github.novareseller/log/ -->
<dependency>
    <groupId>io.github.novareseller</groupId>
    <artifactId>log</artifactId>
    <version>1.1.0.alpha</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.novareseller/log/
implementation 'io.github.novareseller:log:1.1.0.alpha'
// https://jarcasting.com/artifacts/io.github.novareseller/log/
implementation ("io.github.novareseller:log:1.1.0.alpha")
'io.github.novareseller:log:jar:1.1.0.alpha'
<dependency org="io.github.novareseller" name="log" rev="1.1.0.alpha">
  <artifact name="log" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.novareseller', module='log', version='1.1.0.alpha')
)
libraryDependencies += "io.github.novareseller" % "log" % "1.1.0.alpha"
[io.github.novareseller/log "1.1.0.alpha"]