| GroupId | GroupIdcom.artfii.fluentsql |
|---|---|
| ArtifactId | ArtifactIdfluentsql-jdbctemplate |
| Version | Version0.0.6-RELEASE |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.artfii.fluentsql/fluentsql-jdbctemplate/ -->
<dependency>
<groupId>com.artfii.fluentsql</groupId>
<artifactId>fluentsql-jdbctemplate</artifactId>
<version>0.0.6-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.artfii.fluentsql/fluentsql-jdbctemplate/
implementation 'com.artfii.fluentsql:fluentsql-jdbctemplate:0.0.6-RELEASE'
// https://jarcasting.com/artifacts/com.artfii.fluentsql/fluentsql-jdbctemplate/
implementation ("com.artfii.fluentsql:fluentsql-jdbctemplate:0.0.6-RELEASE")
'com.artfii.fluentsql:fluentsql-jdbctemplate:jar:0.0.6-RELEASE'
<dependency org="com.artfii.fluentsql" name="fluentsql-jdbctemplate" rev="0.0.6-RELEASE">
<artifact name="fluentsql-jdbctemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artfii.fluentsql', module='fluentsql-jdbctemplate', version='0.0.6-RELEASE')
)
libraryDependencies += "com.artfii.fluentsql" % "fluentsql-jdbctemplate" % "0.0.6-RELEASE"
[com.artfii.fluentsql/fluentsql-jdbctemplate "0.0.6-RELEASE"]