Categories |
CategoriesH2 Data Databases GUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdh2 |
Version | Version1.0.19.3-jre15 |
Type | Typejar |
Filename | Size |
---|---|
h2-1.0.19.3-jre15.pom | |
h2-1.0.19.3-jre15.jar | 2 KB |
h2-1.0.19.3-jre15-sources.jar | 2 KB |
h2-1.0.19.3-jre15-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/h2/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>h2</artifactId>
<version>1.0.19.3-jre15</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/h2/
implementation 'com.guicedee.services:h2:1.0.19.3-jre15'
// https://jarcasting.com/artifacts/com.guicedee.services/h2/
implementation ("com.guicedee.services:h2:1.0.19.3-jre15")
'com.guicedee.services:h2:jar:1.0.19.3-jre15'
<dependency org="com.guicedee.services" name="h2" rev="1.0.19.3-jre15">
<artifact name="h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='h2', version='1.0.19.3-jre15')
)
libraryDependencies += "com.guicedee.services" % "h2" % "1.0.19.3-jre15"
[com.guicedee.services/h2 "1.0.19.3-jre15"]