Download pack-javaee7-wildfly-1.0.1.jar file - Jar p

Jar examples for p:pack-javaee7-wildfly

Description

The Celerio Generation Template Pack "JavaEE7 WildFly" contains a set of source code file templates that are interpreted by Celerio code generator in order to generate a full JavaEE 7 application with a JPA backend and a JSF frontend.

You can download jar file pack-javaee7-wildfly 1.0.1 in this page.

License

Apache License 2.0

Build File

You can use the following script to add pack-javaee7-wildfly-1.0.1.jar to your project.

<dependency>
   <groupId>com.jaxio.celerio.packs</groupId>
   <artifactId>pack-javaee7-wildfly</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.jaxio.celerio.packs', name: 'pack-javaee7-wildfly', version: '1.0.1'
libraryDependencies += "com.jaxio.celerio.packs" % "pack-javaee7-wildfly" % "1.0.1"
<dependency org="com.jaxio.celerio.packs" name="pack-javaee7-wildfly" rev="1.0.1"/>
@Grapes(@Grab(group='com.jaxio.celerio.packs', module='pack-javaee7-wildfly', version='1.0.1'))
'com.jaxio.celerio.packs:pack-javaee7-wildfly:jar:1.0.1'

Download

Click the following link to download the jar file.

pack-javaee7-wildfly-1.0.1-javadoc.jar
pack-javaee7-wildfly-1.0.1-sources.jar
pack-javaee7-wildfly-1.0.1.jar
pack-javaee7-wildfly-1.0.1.pom



Related Tutorials