is not current version
Last Version 1.2.1

tech.stormfox:KelaniLogger 1.0

A logger for java

Categories

Categories

ORM Data
GroupId

GroupId

tech.stormfox
ArtifactId

ArtifactId

KelaniLogger
Version

Version

1.0
Type

Type

jar

Download KelaniLogger 1.0


<!-- https://jarcasting.com/artifacts/tech.stormfox/KelaniLogger/ -->
<dependency>
    <groupId>tech.stormfox</groupId>
    <artifactId>KelaniLogger</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.stormfox/KelaniLogger/
implementation 'tech.stormfox:KelaniLogger:1.0'
// https://jarcasting.com/artifacts/tech.stormfox/KelaniLogger/
implementation ("tech.stormfox:KelaniLogger:1.0")
'tech.stormfox:KelaniLogger:jar:1.0'
<dependency org="tech.stormfox" name="KelaniLogger" rev="1.0">
  <artifact name="KelaniLogger" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.stormfox', module='KelaniLogger', version='1.0')
)
libraryDependencies += "tech.stormfox" % "KelaniLogger" % "1.0"
[tech.stormfox/KelaniLogger "1.0"]