| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.oracle.database.xml |
| ArtifactId | ArtifactIdxmlparserv2 |
| Last Version | Last Version21.6.0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionxmlparserv2
The Oracle Database XML Parser library
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| xmlparserv2-21.6.0.0.1.pom | |
| xmlparserv2-21.6.0.0.1.jar | 1 MB |
| xmlparserv2-21.6.0.0.1-sources.jar | 285 bytes |
| xmlparserv2-21.6.0.0.1-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.database.xml/xmlparserv2/ -->
<dependency>
<groupId>com.oracle.database.xml</groupId>
<artifactId>xmlparserv2</artifactId>
<version>21.6.0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.database.xml/xmlparserv2/
implementation 'com.oracle.database.xml:xmlparserv2:21.6.0.0.1'
// https://jarcasting.com/artifacts/com.oracle.database.xml/xmlparserv2/
implementation ("com.oracle.database.xml:xmlparserv2:21.6.0.0.1")
'com.oracle.database.xml:xmlparserv2:jar:21.6.0.0.1'
<dependency org="com.oracle.database.xml" name="xmlparserv2" rev="21.6.0.0.1">
<artifact name="xmlparserv2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.database.xml', module='xmlparserv2', version='21.6.0.0.1')
)
libraryDependencies += "com.oracle.database.xml" % "xmlparserv2" % "21.6.0.0.1"
[com.oracle.database.xml/xmlparserv2 "21.6.0.0.1"]