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