Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdio.edurt.gcm |
ArtifactId | ArtifactIdgcm-h2 |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
gcm-h2-1.1.0.pom | |
gcm-h2-1.1.0.jar | 10 KB |
gcm-h2-1.1.0-sources.jar | 5 KB |
gcm-h2-1.1.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.edurt.gcm/gcm-h2/ -->
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-h2</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.edurt.gcm/gcm-h2/
implementation 'io.edurt.gcm:gcm-h2:1.1.0'
// https://jarcasting.com/artifacts/io.edurt.gcm/gcm-h2/
implementation ("io.edurt.gcm:gcm-h2:1.1.0")
'io.edurt.gcm:gcm-h2:jar:1.1.0'
<dependency org="io.edurt.gcm" name="gcm-h2" rev="1.1.0">
<artifact name="gcm-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.edurt.gcm', module='gcm-h2', version='1.1.0')
)
libraryDependencies += "io.edurt.gcm" % "gcm-h2" % "1.1.0"
[io.edurt.gcm/gcm-h2 "1.1.0"]