Last Version

metamodel - core 1.0.1

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.

License

License

GroupId

GroupId

com.github.madprogger.metamodel
ArtifactId

ArtifactId

core
Version

Version

1.0.1
Type

Type

jar
Description

Description

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

Download core 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.madprogger.metamodel/core/ -->
<dependency>
    <groupId>com.github.madprogger.metamodel</groupId>
    <artifactId>core</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.madprogger.metamodel/core/
implementation 'com.github.madprogger.metamodel:core:1.0.1'
// https://jarcasting.com/artifacts/com.github.madprogger.metamodel/core/
implementation ("com.github.madprogger.metamodel:core:1.0.1")
'com.github.madprogger.metamodel:core:jar:1.0.1'
<dependency org="com.github.madprogger.metamodel" name="core" rev="1.0.1">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.madprogger.metamodel', module='core', version='1.0.1')
)
libraryDependencies += "com.github.madprogger.metamodel" % "core" % "1.0.1"
[com.github.madprogger.metamodel/core "1.0.1"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.