| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.squeakysand.schema.javaee |
| Идентификатор | Идентификаторsqueakysand-schema-javaee |
| Версия | Версия5.0.3 |
| Тип | Типjar |
| Описание |
Описаниеcom.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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- 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"]