is not current version
Last Version 1.1.2

org.refcodes:refcodes-meta 1.0.2

The refcodes-meta artifact is a meta artifact used for building the REFCODES.ORG artifacts (org.refcodes group) from scratch, usually used by developers. Note that the tools (a bunch of shell scripts) build around this meta artifact are not bundled with this meta artifact.

GroupId

GroupId

org.refcodes
ArtifactId

ArtifactId

refcodes-meta
Version

Version

1.0.2
Type

Type

pom

Download refcodes-meta 1.0.2

Filename Size
refcodes-meta-1.0.2.pom 14 KB
Browse

<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-meta/ -->
<dependency>
    <groupId>org.refcodes</groupId>
    <artifactId>refcodes-meta</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-meta/
implementation 'org.refcodes:refcodes-meta:1.0.2'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-meta/
implementation ("org.refcodes:refcodes-meta:1.0.2")
'org.refcodes:refcodes-meta:pom:1.0.2'
<dependency org="org.refcodes" name="refcodes-meta" rev="1.0.2">
  <artifact name="refcodes-meta" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-meta', version='1.0.2')
)
libraryDependencies += "org.refcodes" % "refcodes-meta" % "1.0.2"
[org.refcodes/refcodes-meta "1.0.2"]