не последняя версия
Последняя версия 3.0.4

org.refcodes:refcodes-runtime 2.0.5

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

Группа

Группа

org.refcodes
Идентификатор

Идентификатор

refcodes-runtime
Версия

Версия

2.0.5
Тип

Тип

jar

Скачать refcodes-runtime 2.0.5


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