Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdcom.afrunt.h2s |
ArtifactId | ArtifactIdh2-snapshots |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
h2-snapshots-0.3.pom | |
h2-snapshots-0.3.jar | 6 KB |
h2-snapshots-0.3-sources.jar | 5 KB |
h2-snapshots-0.3-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.afrunt.h2s/h2-snapshots/ -->
<dependency>
<groupId>com.afrunt.h2s</groupId>
<artifactId>h2-snapshots</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.afrunt.h2s/h2-snapshots/
implementation 'com.afrunt.h2s:h2-snapshots:0.3'
// https://jarcasting.com/artifacts/com.afrunt.h2s/h2-snapshots/
implementation ("com.afrunt.h2s:h2-snapshots:0.3")
'com.afrunt.h2s:h2-snapshots:jar:0.3'
<dependency org="com.afrunt.h2s" name="h2-snapshots" rev="0.3">
<artifact name="h2-snapshots" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.afrunt.h2s', module='h2-snapshots', version='0.3')
)
libraryDependencies += "com.afrunt.h2s" % "h2-snapshots" % "0.3"
[com.afrunt.h2s/h2-snapshots "0.3"]