Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.smartloli |
ArtifactId | ArtifactIdjsql-client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jsql-client-1.0.0.pom | |
jsql-client-1.0.0.jar | 18 KB |
jsql-client-1.0.0-sources.jar | 10 KB |
jsql-client-1.0.0-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smartloli/jsql-client/ -->
<dependency>
<groupId>org.smartloli</groupId>
<artifactId>jsql-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartloli/jsql-client/
implementation 'org.smartloli:jsql-client:1.0.0'
// https://jarcasting.com/artifacts/org.smartloli/jsql-client/
implementation ("org.smartloli:jsql-client:1.0.0")
'org.smartloli:jsql-client:jar:1.0.0'
<dependency org="org.smartloli" name="jsql-client" rev="1.0.0">
<artifact name="jsql-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartloli', module='jsql-client', version='1.0.0')
)
libraryDependencies += "org.smartloli" % "jsql-client" % "1.0.0"
[org.smartloli/jsql-client "1.0.0"]