is not current version
Last Version 3.0.4

org.refcodes:refcodes-runtime 3.0.3

Artifact for providing runtime information on software systems and objects (introspection, reflection, meta-programming).

GroupId

GroupId

org.refcodes
ArtifactId

ArtifactId

refcodes-runtime
Version

Version

3.0.3
Type

Type

jar

Download refcodes-runtime 3.0.3


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