| GroupId | GroupIdcom.artfii.fluentsql |
|---|---|
| ArtifactId | ArtifactIdfluentsql-sql2o |
| Version | Version0.0.8.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fluentsql-sql2o-0.0.8.1.pom | |
| fluentsql-sql2o-0.0.8.1.jar | 11 KB |
| fluentsql-sql2o-0.0.8.1-sources.jar | 6 KB |
| fluentsql-sql2o-0.0.8.1-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.artfii.fluentsql/fluentsql-sql2o/ -->
<dependency>
<groupId>com.artfii.fluentsql</groupId>
<artifactId>fluentsql-sql2o</artifactId>
<version>0.0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.artfii.fluentsql/fluentsql-sql2o/
implementation 'com.artfii.fluentsql:fluentsql-sql2o:0.0.8.1'
// https://jarcasting.com/artifacts/com.artfii.fluentsql/fluentsql-sql2o/
implementation ("com.artfii.fluentsql:fluentsql-sql2o:0.0.8.1")
'com.artfii.fluentsql:fluentsql-sql2o:jar:0.0.8.1'
<dependency org="com.artfii.fluentsql" name="fluentsql-sql2o" rev="0.0.8.1">
<artifact name="fluentsql-sql2o" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artfii.fluentsql', module='fluentsql-sql2o', version='0.0.8.1')
)
libraryDependencies += "com.artfii.fluentsql" % "fluentsql-sql2o" % "0.0.8.1"
[com.artfii.fluentsql/fluentsql-sql2o "0.0.8.1"]