Download constgenerator-1.0.0.jar file - Jar c

Jar examples for c:constgenerator

Description

A tool which generates constantes out of java classes.

You can download jar file constgenerator 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add constgenerator-1.0.0.jar to your project.

<dependency>
   <groupId>de.mhus.inka</groupId>
   <artifactId>constgenerator</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'de.mhus.inka', name: 'constgenerator', version: '1.0.0'
libraryDependencies += "de.mhus.inka" % "constgenerator" % "1.0.0"
<dependency org="de.mhus.inka" name="constgenerator" rev="1.0.0"/>
@Grapes(@Grab(group='de.mhus.inka', module='constgenerator', version='1.0.0'))
'de.mhus.inka:constgenerator:jar:1.0.0'

Download

Click the following link to download the jar file.

constgenerator-1.0.0-javadoc.jar
constgenerator-1.0.0-sources.jar
constgenerator-1.0.0.jar
constgenerator-1.0.0.pom



Related Tutorials