Last Version

JDBC 2.0 Optional Package 2.0

The javax.sql package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.

GroupId

GroupId

jdbc
ArtifactId

ArtifactId

jdbc
Version

Version

2.0
Type

Type

jar
Description

Description

JDBC 2.0 Optional Package
The javax.sql package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.
Project URL

Project URL

http://java.sun.com/products/jdbc

Download jdbc 2.0

Filename Size
jdbc-2.0.pom -1 bytes
jdbc-2.0-sources.jar 21 KB
Browse

<!-- https://jarcasting.com/artifacts/jdbc/jdbc/ -->
<dependency>
    <groupId>jdbc</groupId>
    <artifactId>jdbc</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/jdbc/jdbc/
implementation 'jdbc:jdbc:2.0'
// https://jarcasting.com/artifacts/jdbc/jdbc/
implementation ("jdbc:jdbc:2.0")
'jdbc:jdbc:jar:2.0'
<dependency org="jdbc" name="jdbc" rev="2.0">
  <artifact name="jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='jdbc', module='jdbc', version='2.0')
)
libraryDependencies += "jdbc" % "jdbc" % "2.0"
[jdbc "2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.