is not current version
Last Version 4.15.0.Final

org.jboss.errai.reflections:reflections 2.1.0.CR1

Reflections - a Java runtime metadata analysis

Categories

Categories

JBoss Container Application Servers Reflections Application Layer Libs Introspection
GroupId

GroupId

org.jboss.errai.reflections
ArtifactId

ArtifactId

reflections
Version

Version

2.1.0.CR1
Type

Type

jar

Download reflections 2.1.0.CR1


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