Download common-mapping-model-1.0.0.jar file - Jar c

Jar examples for c:common-mapping-model

Description

Common Mapping Model library for the yildiz project, contains utilities to map model classes.

You can download jar file common-mapping-model 1.0.0 in this page.

License

MIT License

Build File

You can use the following script to add common-mapping-model-1.0.0.jar to your project.

<dependency>
   <groupId>be.yildiz-games</groupId>
   <artifactId>common-mapping-model</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'be.yildiz-games', name: 'common-mapping-model', version: '1.0.0'
libraryDependencies += "be.yildiz-games" % "common-mapping-model" % "1.0.0"
<dependency org="be.yildiz-games" name="common-mapping-model" rev="1.0.0"/>
@Grapes(@Grab(group='be.yildiz-games', module='common-mapping-model', version='1.0.0'))
'be.yildiz-games:common-mapping-model:jar:1.0.0'

Download

Click the following link to download the jar file.

common-mapping-model-1.0.0-javadoc.jar
common-mapping-model-1.0.0-sources.jar
common-mapping-model-1.0.0.jar
common-mapping-model-1.0.0.pom



Related Tutorials