License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.xmldb-org |
ArtifactId | ArtifactIdxmldb-api |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXML:DB API specification
XML:DB Initiative for XML Databases
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xmldb-api-2.0.0.pom | |
xmldb-api-2.0.0.jar | 10 KB |
xmldb-api-2.0.0-sources.jar | 37 KB |
xmldb-api-2.0.0-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.xmldb-org/xmldb-api/ -->
<dependency>
<groupId>net.sf.xmldb-org</groupId>
<artifactId>xmldb-api</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.xmldb-org/xmldb-api/
implementation 'net.sf.xmldb-org:xmldb-api:2.0.0'
// https://jarcasting.com/artifacts/net.sf.xmldb-org/xmldb-api/
implementation ("net.sf.xmldb-org:xmldb-api:2.0.0")
'net.sf.xmldb-org:xmldb-api:jar:2.0.0'
<dependency org="net.sf.xmldb-org" name="xmldb-api" rev="2.0.0">
<artifact name="xmldb-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.xmldb-org', module='xmldb-api', version='2.0.0')
)
libraryDependencies += "net.sf.xmldb-org" % "xmldb-api" % "2.0.0"
[net.sf.xmldb-org/xmldb-api "2.0.0"]