| License |
License |
|---|---|
| GroupId | GroupIdorg.reflext |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionReflext Framework Parent POM
The Reflext project provides an abstraction over various Java reflection model and provides advanced operations that are not covered by the existing models
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| parent-1.0.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.reflext/parent/ -->
<dependency>
<groupId>org.reflext</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.reflext/parent/
implementation 'org.reflext:parent:1.0.0'
// https://jarcasting.com/artifacts/org.reflext/parent/
implementation ("org.reflext:parent:1.0.0")
'org.reflext:parent:pom:1.0.0'
<dependency org="org.reflext" name="parent" rev="1.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.reflext', module='parent', version='1.0.0')
)
libraryDependencies += "org.reflext" % "parent" % "1.0.0"
[org.reflext/parent "1.0.0"]