is not current version
Last Version 1.2

org.atteo.moonshine:h2 0.9


Categories

Categories

H2 Data Databases
GroupId

GroupId

org.atteo.moonshine
ArtifactId

ArtifactId

h2
Version

Version

0.9
Type

Type

jar

Download h2 0.9


<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/h2/ -->
<dependency>
    <groupId>org.atteo.moonshine</groupId>
    <artifactId>h2</artifactId>
    <version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/h2/
implementation 'org.atteo.moonshine:h2:0.9'
// https://jarcasting.com/artifacts/org.atteo.moonshine/h2/
implementation ("org.atteo.moonshine:h2:0.9")
'org.atteo.moonshine:h2:jar:0.9'
<dependency org="org.atteo.moonshine" name="h2" rev="0.9">
  <artifact name="h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='h2', version='0.9')
)
libraryDependencies += "org.atteo.moonshine" % "h2" % "0.9"
[org.atteo.moonshine/h2 "0.9"]