Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jmatrix |
ArtifactId | ArtifactIdjsql |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
jsql-1.2.2.pom | |
jsql-1.2.2.jar | 149 KB |
jsql-1.2.2-sources.jar | 80 KB |
jsql-1.2.2-javadoc.jar | 423 KB |
jsql-1.2.2-jar-with-dependencies.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jmatrix/jsql/ -->
<dependency>
<groupId>net.jmatrix</groupId>
<artifactId>jsql</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.jmatrix/jsql/
implementation 'net.jmatrix:jsql:1.2.2'
// https://jarcasting.com/artifacts/net.jmatrix/jsql/
implementation ("net.jmatrix:jsql:1.2.2")
'net.jmatrix:jsql:jar:1.2.2'
<dependency org="net.jmatrix" name="jsql" rev="1.2.2">
<artifact name="jsql" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jmatrix', module='jsql', version='1.2.2')
)
libraryDependencies += "net.jmatrix" % "jsql" % "1.2.2"
[net.jmatrix/jsql "1.2.2"]