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