GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-logger-alt-simpledb |
Version | Version2.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-logger-alt-simpledb/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-logger-alt-simpledb</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-logger-alt-simpledb/
implementation 'org.refcodes:refcodes-logger-alt-simpledb:2.0.4'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-logger-alt-simpledb/
implementation ("org.refcodes:refcodes-logger-alt-simpledb:2.0.4")
'org.refcodes:refcodes-logger-alt-simpledb:jar:2.0.4'
<dependency org="org.refcodes" name="refcodes-logger-alt-simpledb" rev="2.0.4">
<artifact name="refcodes-logger-alt-simpledb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-logger-alt-simpledb', version='2.0.4')
)
libraryDependencies += "org.refcodes" % "refcodes-logger-alt-simpledb" % "2.0.4"
[org.refcodes/refcodes-logger-alt-simpledb "2.0.4"]