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

org.refcodes:refcodes-runtime 2.1.3

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

Группа

Группа

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

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

refcodes-runtime
Версия

Версия

2.1.3
Тип

Тип

jar

Скачать refcodes-runtime 2.1.3


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