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