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