GroupId | GroupIdorg.apache.ws.commons |
---|---|
ArtifactId | ArtifactIdXmlSchema |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
XmlSchema-1.0.1.pom | |
XmlSchema-1.0.1.jar | 105 KB |
XmlSchema-1.0.1-src.zip | 133 KB |
XmlSchema-1.0.1-src.tar.gz | 60 KB |
XmlSchema-1.0.1-sources.jar | 103 KB |
XmlSchema-1.0.1-javadoc.jar | 519 KB |
XmlSchema-1.0.1-bin.zip | 659 KB |
XmlSchema-1.0.1-bin.tar.gz | 659 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ws.commons/XmlSchema/ -->
<dependency>
<groupId>org.apache.ws.commons</groupId>
<artifactId>XmlSchema</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ws.commons/XmlSchema/
implementation 'org.apache.ws.commons:XmlSchema:1.0.1'
// https://jarcasting.com/artifacts/org.apache.ws.commons/XmlSchema/
implementation ("org.apache.ws.commons:XmlSchema:1.0.1")
'org.apache.ws.commons:XmlSchema:jar:1.0.1'
<dependency org="org.apache.ws.commons" name="XmlSchema" rev="1.0.1">
<artifact name="XmlSchema" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ws.commons', module='XmlSchema', version='1.0.1')
)
libraryDependencies += "org.apache.ws.commons" % "XmlSchema" % "1.0.1"
[org.apache.ws.commons/XmlSchema "1.0.1"]