is not current version
Last Version 3.0.4

org.refcodes:refcodes-runtime 2.0.2

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

GroupId

GroupId

org.refcodes
ArtifactId

ArtifactId

refcodes-runtime
Version

Version

2.0.2
Type

Type

jar

Download refcodes-runtime 2.0.2


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