Categories |
CategoriesJDBI Data Databases |
---|---|
GroupId | GroupIdcom.github.lontime |
ArtifactId | ArtifactIdextjdbi-library |
Version | Version1.0.0-M19 |
Type | Typejar |
Filename | Size |
---|---|
extjdbi-library-1.0.0-M19.pom | |
extjdbi-library-1.0.0-M19.jar | 41 KB |
extjdbi-library-1.0.0-M19-sources.jar | 16 KB |
extjdbi-library-1.0.0-M19-javadoc.jar | 152 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lontime/extjdbi-library/ -->
<dependency>
<groupId>com.github.lontime</groupId>
<artifactId>extjdbi-library</artifactId>
<version>1.0.0-M19</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lontime/extjdbi-library/
implementation 'com.github.lontime:extjdbi-library:1.0.0-M19'
// https://jarcasting.com/artifacts/com.github.lontime/extjdbi-library/
implementation ("com.github.lontime:extjdbi-library:1.0.0-M19")
'com.github.lontime:extjdbi-library:jar:1.0.0-M19'
<dependency org="com.github.lontime" name="extjdbi-library" rev="1.0.0-M19">
<artifact name="extjdbi-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lontime', module='extjdbi-library', version='1.0.0-M19')
)
libraryDependencies += "com.github.lontime" % "extjdbi-library" % "1.0.0-M19"
[com.github.lontime/extjdbi-library "1.0.0-M19"]