Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdkz.greetgo.logging |
ArtifactId | ArtifactIdgreetgo-logging-structure |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/kz.greetgo.logging/greetgo-logging-structure/ -->
<dependency>
<groupId>kz.greetgo.logging</groupId>
<artifactId>greetgo-logging-structure</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/kz.greetgo.logging/greetgo-logging-structure/
implementation 'kz.greetgo.logging:greetgo-logging-structure:0.0.2'
// https://jarcasting.com/artifacts/kz.greetgo.logging/greetgo-logging-structure/
implementation ("kz.greetgo.logging:greetgo-logging-structure:0.0.2")
'kz.greetgo.logging:greetgo-logging-structure:jar:0.0.2'
<dependency org="kz.greetgo.logging" name="greetgo-logging-structure" rev="0.0.2">
<artifact name="greetgo-logging-structure" type="jar" />
</dependency>
@Grapes(
@Grab(group='kz.greetgo.logging', module='greetgo-logging-structure', version='0.0.2')
)
libraryDependencies += "kz.greetgo.logging" % "greetgo-logging-structure" % "0.0.2"
[kz.greetgo.logging/greetgo-logging-structure "0.0.2"]