GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-logger-alt-simpledb |
Version | Version1.10.0 |
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.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-logger-alt-simpledb/
implementation 'org.refcodes:refcodes-logger-alt-simpledb:1.10.0'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-logger-alt-simpledb/
implementation ("org.refcodes:refcodes-logger-alt-simpledb:1.10.0")
'org.refcodes:refcodes-logger-alt-simpledb:jar:1.10.0'
<dependency org="org.refcodes" name="refcodes-logger-alt-simpledb" rev="1.10.0">
<artifact name="refcodes-logger-alt-simpledb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-logger-alt-simpledb', version='1.10.0')
)
libraryDependencies += "org.refcodes" % "refcodes-logger-alt-simpledb" % "1.10.0"
[org.refcodes/refcodes-logger-alt-simpledb "1.10.0"]