Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdio.github.cotide |
ArtifactId | ArtifactIdsql2o-plus |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
sql2o-plus-1.0.2.pom | |
sql2o-plus-1.0.2.jar | 240 KB |
sql2o-plus-1.0.2-sources.jar | 114 KB |
sql2o-plus-1.0.2-javadoc.jar | 984 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.cotide/sql2o-plus/ -->
<dependency>
<groupId>io.github.cotide</groupId>
<artifactId>sql2o-plus</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cotide/sql2o-plus/
implementation 'io.github.cotide:sql2o-plus:1.0.2'
// https://jarcasting.com/artifacts/io.github.cotide/sql2o-plus/
implementation ("io.github.cotide:sql2o-plus:1.0.2")
'io.github.cotide:sql2o-plus:jar:1.0.2'
<dependency org="io.github.cotide" name="sql2o-plus" rev="1.0.2">
<artifact name="sql2o-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cotide', module='sql2o-plus', version='1.0.2')
)
libraryDependencies += "io.github.cotide" % "sql2o-plus" % "1.0.2"
[io.github.cotide/sql2o-plus "1.0.2"]