Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdcom.afrunt.h2s |
ArtifactId | ArtifactIdh2-snapshots |
Version | Version0.0.1-dev |
Type | Typejar |
Filename | Size |
---|---|
h2-snapshots-0.0.1-dev.pom | |
h2-snapshots-0.0.1-dev.jar | 6 KB |
h2-snapshots-0.0.1-dev-sources.jar | 4 KB |
h2-snapshots-0.0.1-dev-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.0.1-dev</version>
</dependency>
// https://jarcasting.com/artifacts/com.afrunt.h2s/h2-snapshots/
implementation 'com.afrunt.h2s:h2-snapshots:0.0.1-dev'
// https://jarcasting.com/artifacts/com.afrunt.h2s/h2-snapshots/
implementation ("com.afrunt.h2s:h2-snapshots:0.0.1-dev")
'com.afrunt.h2s:h2-snapshots:jar:0.0.1-dev'
<dependency org="com.afrunt.h2s" name="h2-snapshots" rev="0.0.1-dev">
<artifact name="h2-snapshots" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.afrunt.h2s', module='h2-snapshots', version='0.0.1-dev')
)
libraryDependencies += "com.afrunt.h2s" % "h2-snapshots" % "0.0.1-dev"
[com.afrunt.h2s/h2-snapshots "0.0.1-dev"]