Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jmatrix |
ArtifactId | ArtifactIdjsql |
Version | Version1.2.4 |
Type | Typejar |
Filename | Size |
---|---|
jsql-1.2.4.pom | |
jsql-1.2.4.jar | 157 KB |
jsql-1.2.4-sources.jar | 85 KB |
jsql-1.2.4-javadoc.jar | 434 KB |
jsql-1.2.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.jmatrix/jsql/
implementation 'net.jmatrix:jsql:1.2.4'
// https://jarcasting.com/artifacts/net.jmatrix/jsql/
implementation ("net.jmatrix:jsql:1.2.4")
'net.jmatrix:jsql:jar:1.2.4'
<dependency org="net.jmatrix" name="jsql" rev="1.2.4">
<artifact name="jsql" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jmatrix', module='jsql', version='1.2.4')
)
libraryDependencies += "net.jmatrix" % "jsql" % "1.2.4"
[net.jmatrix/jsql "1.2.4"]