License |
License |
---|---|
GroupId | GroupIdorg.libj |
ArtifactId | ArtifactIdsql |
Version | Version0.4.7 |
Type | Typejar |
Description |
DescriptionLibJ SQL
Supplementary extensions to the java.sql package, providing common functions and abstractions related to SQL.
|
Project Organization |
Project OrganizationLibJ |
Filename | Size |
---|---|
sql-0.4.7.pom | |
sql-0.4.7.jar | 51 KB |
sql-0.4.7-tests.jar | 17 KB |
sql-0.4.7-sources.jar | 43 KB |
sql-0.4.7-javadoc.jar | 232 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.libj/sql/ -->
<dependency>
<groupId>org.libj</groupId>
<artifactId>sql</artifactId>
<version>0.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.libj/sql/
implementation 'org.libj:sql:0.4.7'
// https://jarcasting.com/artifacts/org.libj/sql/
implementation ("org.libj:sql:0.4.7")
'org.libj:sql:jar:0.4.7'
<dependency org="org.libj" name="sql" rev="0.4.7">
<artifact name="sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.libj', module='sql', version='0.4.7')
)
libraryDependencies += "org.libj" % "sql" % "0.4.7"
[org.libj/sql "0.4.7"]
Group / Artifact | Type | Version |
---|---|---|
org.libj : logging | jar | 0.4.5 |
org.libj : util | jar | 0.8.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.libj : test | jar | 0.7.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |