Download squeakysand-schema-javaee-5.0.0.jar file - Jar s

Jar examples for s:squeakysand-schema-javaee

Description

Using JAXB and all of the XSD files related to the JavaEE 5 specification, generates Java source files and compiles and packages them into a standard Maven artifact JAR. Useful for writing tools that need to manipulate the various XML descriptors that are part of the JavaEE 5 specification.

You can download jar file squeakysand-schema-javaee 5.0.0 in this page.

License

Apache License

Build File

You can use the following script to add squeakysand-schema-javaee-5.0.0.jar to your project.

<dependency>
   <groupId>com.squeakysand</groupId>
   <artifactId>squeakysand-schema-javaee</artifactId>
   <version>5.0.0</version>
</dependency>
compile group: 'com.squeakysand', name: 'squeakysand-schema-javaee', version: '5.0.0'
libraryDependencies += "com.squeakysand" % "squeakysand-schema-javaee" % "5.0.0"
<dependency org="com.squeakysand" name="squeakysand-schema-javaee" rev="5.0.0"/>
@Grapes(@Grab(group='com.squeakysand', module='squeakysand-schema-javaee', version='5.0.0'))
'com.squeakysand:squeakysand-schema-javaee:jar:5.0.0'

Download

Click the following link to download the jar file.

squeakysand-schema-javaee-5.0.0-javadoc.jar
squeakysand-schema-javaee-5.0.0-sources.jar
squeakysand-schema-javaee-5.0.0.jar
squeakysand-schema-javaee-5.0.0.pom



Related Tutorials