License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.oracle.database.xml |
ArtifactId | ArtifactIdxdb |
Last Version | Last Version21.6.0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionxdb
Support for the JDBC 4.x standard java.sql.SQLXML interface
|
Project URL |
Project URL |
Filename | Size |
---|---|
xdb-21.6.0.0.1.pom | |
xdb-21.6.0.0.1.jar | 258 KB |
xdb-21.6.0.0.1-sources.jar | 285 bytes |
xdb-21.6.0.0.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oracle.database.xml/xdb/ -->
<dependency>
<groupId>com.oracle.database.xml</groupId>
<artifactId>xdb</artifactId>
<version>21.6.0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.database.xml/xdb/
implementation 'com.oracle.database.xml:xdb:21.6.0.0.1'
// https://jarcasting.com/artifacts/com.oracle.database.xml/xdb/
implementation ("com.oracle.database.xml:xdb:21.6.0.0.1")
'com.oracle.database.xml:xdb:jar:21.6.0.0.1'
<dependency org="com.oracle.database.xml" name="xdb" rev="21.6.0.0.1">
<artifact name="xdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.database.xml', module='xdb', version='21.6.0.0.1')
)
libraryDependencies += "com.oracle.database.xml" % "xdb" % "21.6.0.0.1"
[com.oracle.database.xml/xdb "21.6.0.0.1"]