Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdjavax.sql |
ArtifactId | ArtifactIdjdbc-stdext |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJDBC 2.0 Optional Package
JDBC 2.0 Optional Package
|
Filename | Size |
---|---|
jdbc-stdext-2.0.pom | -1 bytes |
jdbc-stdext-2.0-sources.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/javax.sql/jdbc-stdext/ -->
<dependency>
<groupId>javax.sql</groupId>
<artifactId>jdbc-stdext</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/javax.sql/jdbc-stdext/
implementation 'javax.sql:jdbc-stdext:2.0'
// https://jarcasting.com/artifacts/javax.sql/jdbc-stdext/
implementation ("javax.sql:jdbc-stdext:2.0")
'javax.sql:jdbc-stdext:jar:2.0'
<dependency org="javax.sql" name="jdbc-stdext" rev="2.0">
<artifact name="jdbc-stdext" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.sql', module='jdbc-stdext', version='2.0')
)
libraryDependencies += "javax.sql" % "jdbc-stdext" % "2.0"
[javax.sql/jdbc-stdext "2.0"]