Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdme.kingtux |
ArtifactId | ArtifactIdtuxjsql-h2 |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
tuxjsql-h2-1.2.1.pom | |
tuxjsql-h2-1.2.1.jar | 16 KB |
tuxjsql-h2-1.2.1-sources.jar | 9 KB |
tuxjsql-h2-1.2.1-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.kingtux/tuxjsql-h2/ -->
<dependency>
<groupId>me.kingtux</groupId>
<artifactId>tuxjsql-h2</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.kingtux/tuxjsql-h2/
implementation 'me.kingtux:tuxjsql-h2:1.2.1'
// https://jarcasting.com/artifacts/me.kingtux/tuxjsql-h2/
implementation ("me.kingtux:tuxjsql-h2:1.2.1")
'me.kingtux:tuxjsql-h2:jar:1.2.1'
<dependency org="me.kingtux" name="tuxjsql-h2" rev="1.2.1">
<artifact name="tuxjsql-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.kingtux', module='tuxjsql-h2', version='1.2.1')
)
libraryDependencies += "me.kingtux" % "tuxjsql-h2" % "1.2.1"
[me.kingtux/tuxjsql-h2 "1.2.1"]