License |
License |
---|---|
GroupId | GroupIdcom.github.madprogger.metamodel |
ArtifactId | ArtifactIdparent |
Version | Version1.0.1 |
Type | Typepom |
Description |
Descriptionmetamodel - parent
This tooling enables you to generate meta model classes of standard POJOs. These meta model classes can then be used to reflectively access the data of your POJO-instances in a type safe way.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-1.0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.madprogger.metamodel/parent/ -->
<dependency>
<groupId>com.github.madprogger.metamodel</groupId>
<artifactId>parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.madprogger.metamodel/parent/
implementation 'com.github.madprogger.metamodel:parent:1.0.1'
// https://jarcasting.com/artifacts/com.github.madprogger.metamodel/parent/
implementation ("com.github.madprogger.metamodel:parent:1.0.1")
'com.github.madprogger.metamodel:parent:pom:1.0.1'
<dependency org="com.github.madprogger.metamodel" name="parent" rev="1.0.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.madprogger.metamodel', module='parent', version='1.0.1')
)
libraryDependencies += "com.github.madprogger.metamodel" % "parent" % "1.0.1"
[com.github.madprogger.metamodel/parent "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-core | jar | 1.3 |