| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииH2 Данные Базы данных GUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторh2 |
| Версия | Версия1.2.1.1-jre17 |
| Тип | Типjar |
| Описание |
Описаниеh2
The core maven build properties
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| h2-1.2.1.1-jre17.pom | |
| h2-1.2.1.1-jre17.jar | 3 KB |
| h2-1.2.1.1-jre17-sources.jar | 2 KB |
| h2-1.2.1.1-jre17-javadoc.jar | 107 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/h2/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>h2</artifactId>
<version>1.2.1.1-jre17</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/h2/
implementation 'com.guicedee.services:h2:1.2.1.1-jre17'
// https://jarcasting.com/artifacts/com.guicedee.services/h2/
implementation ("com.guicedee.services:h2:1.2.1.1-jre17")
'com.guicedee.services:h2:jar:1.2.1.1-jre17'
<dependency org="com.guicedee.services" name="h2" rev="1.2.1.1-jre17">
<artifact name="h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='h2', version='1.2.1.1-jre17')
)
libraryDependencies += "com.guicedee.services" % "h2" % "1.2.1.1-jre17"
[com.guicedee.services/h2 "1.2.1.1-jre17"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.h2database : h2 Необязательный | jar | 1.4.200 |