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