Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdorg.refcodes |
ArtifactId | ArtifactIdrefcodes-configuration |
Version | Version1.2.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-configuration/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-configuration</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-configuration/
implementation 'org.refcodes:refcodes-configuration:1.2.3'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-configuration/
implementation ("org.refcodes:refcodes-configuration:1.2.3")
'org.refcodes:refcodes-configuration:jar:1.2.3'
<dependency org="org.refcodes" name="refcodes-configuration" rev="1.2.3">
<artifact name="refcodes-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-configuration', version='1.2.3')
)
libraryDependencies += "org.refcodes" % "refcodes-configuration" % "1.2.3"
[org.refcodes/refcodes-configuration "1.2.3"]