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