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