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