is not current version
Last Version 3.0.4

org.refcodes:refcodes-runtime 1.10.0

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

GroupId

GroupId

org.refcodes
ArtifactId

ArtifactId

refcodes-runtime
Version

Version

1.10.0
Type

Type

jar

Download refcodes-runtime 1.10.0


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