License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.ws.xmlschema |
ArtifactId | ArtifactIdxmlschema-eclipse |
Version | Version2.0 |
Type | Typejar |
Description |
DescriptionXmlSchema Eclipse Support
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
xmlschema-eclipse-2.0.pom | |
xmlschema-eclipse-2.0.jar | 14 KB |
xmlschema-eclipse-2.0-sources.jar | 12 KB |
xmlschema-eclipse-2.0-source-release.zip | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ws.xmlschema/xmlschema-eclipse/ -->
<dependency>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-eclipse</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ws.xmlschema/xmlschema-eclipse/
implementation 'org.apache.ws.xmlschema:xmlschema-eclipse:2.0'
// https://jarcasting.com/artifacts/org.apache.ws.xmlschema/xmlschema-eclipse/
implementation ("org.apache.ws.xmlschema:xmlschema-eclipse:2.0")
'org.apache.ws.xmlschema:xmlschema-eclipse:jar:2.0'
<dependency org="org.apache.ws.xmlschema" name="xmlschema-eclipse" rev="2.0">
<artifact name="xmlschema-eclipse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ws.xmlschema', module='xmlschema-eclipse', version='2.0')
)
libraryDependencies += "org.apache.ws.xmlschema" % "xmlschema-eclipse" % "2.0"
[org.apache.ws.xmlschema/xmlschema-eclipse "2.0"]