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