| GroupId | GroupIdorg.sqlflow |
|---|---|
| ArtifactId | ArtifactIdjsqlflow |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jsqlflow-0.0.1.pom | |
| jsqlflow-0.0.1.jar | 126 KB |
| jsqlflow-0.0.1-sources.jar | 33 KB |
| jsqlflow-0.0.1-javadoc.jar | 302 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sqlflow/jsqlflow/ -->
<dependency>
<groupId>org.sqlflow</groupId>
<artifactId>jsqlflow</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sqlflow/jsqlflow/
implementation 'org.sqlflow:jsqlflow:0.0.1'
// https://jarcasting.com/artifacts/org.sqlflow/jsqlflow/
implementation ("org.sqlflow:jsqlflow:0.0.1")
'org.sqlflow:jsqlflow:jar:0.0.1'
<dependency org="org.sqlflow" name="jsqlflow" rev="0.0.1">
<artifact name="jsqlflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sqlflow', module='jsqlflow', version='0.0.1')
)
libraryDependencies += "org.sqlflow" % "jsqlflow" % "0.0.1"
[org.sqlflow/jsqlflow "0.0.1"]