is not current version
Last Version 1.2

org.atteo.moonshine:h2 1.1


Categories

Categories

H2 Data Databases
GroupId

GroupId

org.atteo.moonshine
ArtifactId

ArtifactId

h2
Version

Version

1.1
Type

Type

jar

Download h2 1.1


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