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