License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.madprogger.metamodel |
ArtifactId | ArtifactIdmetamodel-maven-plugin |
Version | Version1.0.1 |
Type | Typemaven-plugin |
Description |
Descriptionmetamodel - maven - plugin
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.
|
<plugin>
<groupId>com.github.madprogger.metamodel</groupId>
<artifactId>metamodel-maven-plugin</artifactId>
<version>1.0.1</version>
</plugin>
Group / Artifact | Type | Version |
---|---|---|
com.github.madprogger.metamodel : generator | jar | 1.0.1 |
org.apache.maven : maven-plugin-api | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-core | jar | 1.3 |