GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-properties-ext |
Version | Version3.0.1 |
Type | Typepom |
Filename | Size |
---|---|
refcodes-properties-ext-3.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-properties-ext/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-properties-ext</artifactId>
<version>3.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-properties-ext/
implementation 'org.refcodes:refcodes-properties-ext:3.0.1'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-properties-ext/
implementation ("org.refcodes:refcodes-properties-ext:3.0.1")
'org.refcodes:refcodes-properties-ext:pom:3.0.1'
<dependency org="org.refcodes" name="refcodes-properties-ext" rev="3.0.1">
<artifact name="refcodes-properties-ext" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-properties-ext', version='3.0.1')
)
libraryDependencies += "org.refcodes" % "refcodes-properties-ext" % "3.0.1"
[org.refcodes/refcodes-properties-ext "3.0.1"]