License |
License |
---|---|
GroupId | GroupIdcom.squeakysand.schema.javaee |
ArtifactId | ArtifactIdsqueakysand-schema-javaee |
Last Version | Last Version5.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.squeakysand.schema.javaee - squeakysand-schema-javaee
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.squeakysand.schema.javaee/squeakysand-schema-javaee/ -->
<dependency>
<groupId>com.squeakysand.schema.javaee</groupId>
<artifactId>squeakysand-schema-javaee</artifactId>
<version>5.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.squeakysand.schema.javaee/squeakysand-schema-javaee/
implementation 'com.squeakysand.schema.javaee:squeakysand-schema-javaee:5.0.3'
// https://jarcasting.com/artifacts/com.squeakysand.schema.javaee/squeakysand-schema-javaee/
implementation ("com.squeakysand.schema.javaee:squeakysand-schema-javaee:5.0.3")
'com.squeakysand.schema.javaee:squeakysand-schema-javaee:jar:5.0.3'
<dependency org="com.squeakysand.schema.javaee" name="squeakysand-schema-javaee" rev="5.0.3">
<artifact name="squeakysand-schema-javaee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squeakysand.schema.javaee', module='squeakysand-schema-javaee', version='5.0.3')
)
libraryDependencies += "com.squeakysand.schema.javaee" % "squeakysand-schema-javaee" % "5.0.3"
[com.squeakysand.schema.javaee/squeakysand-schema-javaee "5.0.3"]