is not current version
Last Version 1.1.0

org.reflext:reflext.parent 1.0.0

The Reflext project provides an abstraction over various Java reflection model and provides advanced operations that are not covered by the existing models

GroupId

GroupId

org.reflext
ArtifactId

ArtifactId

reflext.parent
Version

Version

1.0.0
Type

Type

pom

Download reflext.parent 1.0.0

Filename Size
reflext.parent-1.0.0.pom 11 KB
Browse

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