MVN

com.github.madprogger.metamodel : parent

Maven & Gradle

Dec 02, 2014

metamodel - 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.

<dependency>
    <groupId>com.github.madprogger.metamodel</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.madprogger.metamodel : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.github.madprogger.metamodel : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
parent-1.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.madprogger.metamodel</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.1</version>
</dependency>