is not current version
Last Version 1.2.2.1-jre17

com.guicedee.services:h2 1.2.2.1

The core maven build properties

Categories

Categories

H2 Data Databases GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.guicedee.services
ArtifactId

ArtifactId

h2
Version

Version

1.2.2.1
Type

Type

jar

Download h2 1.2.2.1


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