License |
License |
---|---|
GroupId | GroupIdcom.github.fabienbarbero |
ArtifactId | ArtifactIdsql-api |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionSQL API
A simple SQL api
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sql-api-1.1.pom | |
sql-api-1.1.jar | 40 KB |
sql-api-1.1-sources.jar | 34 KB |
sql-api-1.1-javadoc.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fabienbarbero/sql-api/ -->
<dependency>
<groupId>com.github.fabienbarbero</groupId>
<artifactId>sql-api</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fabienbarbero/sql-api/
implementation 'com.github.fabienbarbero:sql-api:1.1'
// https://jarcasting.com/artifacts/com.github.fabienbarbero/sql-api/
implementation ("com.github.fabienbarbero:sql-api:1.1")
'com.github.fabienbarbero:sql-api:jar:1.1'
<dependency org="com.github.fabienbarbero" name="sql-api" rev="1.1">
<artifact name="sql-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fabienbarbero', module='sql-api', version='1.1')
)
libraryDependencies += "com.github.fabienbarbero" % "sql-api" % "1.1"
[com.github.fabienbarbero/sql-api "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.xerial : sqlite-jdbc | jar | 3.23.1 |
org.slf4j : slf4j-simple | jar | 1.7.25 |