| Группа | Группаcom.artfii.fluentsql |
|---|---|
| Идентификатор | Идентификаторfluentsql-sql2o |
| Версия | Версия0.0.6-RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.artfii.fluentsql/fluentsql-sql2o/ -->
<dependency>
<groupId>com.artfii.fluentsql</groupId>
<artifactId>fluentsql-sql2o</artifactId>
<version>0.0.6-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.artfii.fluentsql/fluentsql-sql2o/
implementation 'com.artfii.fluentsql:fluentsql-sql2o:0.0.6-RELEASE'
// https://jarcasting.com/artifacts/com.artfii.fluentsql/fluentsql-sql2o/
implementation ("com.artfii.fluentsql:fluentsql-sql2o:0.0.6-RELEASE")
'com.artfii.fluentsql:fluentsql-sql2o:jar:0.0.6-RELEASE'
<dependency org="com.artfii.fluentsql" name="fluentsql-sql2o" rev="0.0.6-RELEASE">
<artifact name="fluentsql-sql2o" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artfii.fluentsql', module='fluentsql-sql2o', version='0.0.6-RELEASE')
)
libraryDependencies += "com.artfii.fluentsql" % "fluentsql-sql2o" % "0.0.6-RELEASE"
[com.artfii.fluentsql/fluentsql-sql2o "0.0.6-RELEASE"]