GroupId | GroupIdorg.apache.ws.commons |
---|---|
ArtifactId | ArtifactIdXmlSchema |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
XmlSchema-1.0.2.pom | |
XmlSchema-1.0.2.jar | 108 KB |
XmlSchema-1.0.2-src.zip | 137 KB |
XmlSchema-1.0.2-src.tar.gz | 61 KB |
XmlSchema-1.0.2-sources.jar | 104 KB |
XmlSchema-1.0.2-javadoc.jar | 537 KB |
XmlSchema-1.0.2-bin.zip | 676 KB |
XmlSchema-1.0.2-bin.tar.gz | 676 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ws.commons/XmlSchema/ -->
<dependency>
<groupId>org.apache.ws.commons</groupId>
<artifactId>XmlSchema</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ws.commons/XmlSchema/
implementation 'org.apache.ws.commons:XmlSchema:1.0.2'
// https://jarcasting.com/artifacts/org.apache.ws.commons/XmlSchema/
implementation ("org.apache.ws.commons:XmlSchema:1.0.2")
'org.apache.ws.commons:XmlSchema:jar:1.0.2'
<dependency org="org.apache.ws.commons" name="XmlSchema" rev="1.0.2">
<artifact name="XmlSchema" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ws.commons', module='XmlSchema', version='1.0.2')
)
libraryDependencies += "org.apache.ws.commons" % "XmlSchema" % "1.0.2"
[org.apache.ws.commons/XmlSchema "1.0.2"]