Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdtech.guyi.ipojo |
ArtifactId | ArtifactIdeasy-h2-jdbc |
Version | Version1.0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
easy-h2-jdbc-1.0.0.1.pom | |
easy-h2-jdbc-1.0.0.1.jar | 76 KB |
easy-h2-jdbc-1.0.0.1-sources.jar | 29 KB |
easy-h2-jdbc-1.0.0.1-javadoc.jar | 686 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.guyi.ipojo/easy-h2-jdbc/ -->
<dependency>
<groupId>tech.guyi.ipojo</groupId>
<artifactId>easy-h2-jdbc</artifactId>
<version>1.0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.guyi.ipojo/easy-h2-jdbc/
implementation 'tech.guyi.ipojo:easy-h2-jdbc:1.0.0.1'
// https://jarcasting.com/artifacts/tech.guyi.ipojo/easy-h2-jdbc/
implementation ("tech.guyi.ipojo:easy-h2-jdbc:1.0.0.1")
'tech.guyi.ipojo:easy-h2-jdbc:jar:1.0.0.1'
<dependency org="tech.guyi.ipojo" name="easy-h2-jdbc" rev="1.0.0.1">
<artifact name="easy-h2-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.guyi.ipojo', module='easy-h2-jdbc', version='1.0.0.1')
)
libraryDependencies += "tech.guyi.ipojo" % "easy-h2-jdbc" % "1.0.0.1"
[tech.guyi.ipojo/easy-h2-jdbc "1.0.0.1"]