| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDropWizard Контейнер Микросервисы |
| Группа | Группаcom.github.justcoke |
| Идентификатор | Идентификаторdropwizard-jcr |
| Версия | Версия1.1.0-rc4 |
| Тип | Типjar |
| Описание |
ОписаниеDropwizard JCR support
Addon bundle for Dropwizard to support JCR
|
| Имя Файла | Размер |
|---|---|
| dropwizard-jcr-1.1.0-rc4.pom | |
| dropwizard-jcr-1.1.0-rc4.jar | 5 KB |
| dropwizard-jcr-1.1.0-rc4-sources.jar | 4 KB |
| dropwizard-jcr-1.1.0-rc4-javadoc.jar | 42 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.justcoke/dropwizard-jcr/ -->
<dependency>
<groupId>com.github.justcoke</groupId>
<artifactId>dropwizard-jcr</artifactId>
<version>1.1.0-rc4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.justcoke/dropwizard-jcr/
implementation 'com.github.justcoke:dropwizard-jcr:1.1.0-rc4'
// https://jarcasting.com/artifacts/com.github.justcoke/dropwizard-jcr/
implementation ("com.github.justcoke:dropwizard-jcr:1.1.0-rc4")
'com.github.justcoke:dropwizard-jcr:jar:1.1.0-rc4'
<dependency org="com.github.justcoke" name="dropwizard-jcr" rev="1.1.0-rc4">
<artifact name="dropwizard-jcr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.justcoke', module='dropwizard-jcr', version='1.1.0-rc4')
)
libraryDependencies += "com.github.justcoke" % "dropwizard-jcr" % "1.1.0-rc4"
[com.github.justcoke/dropwizard-jcr "1.1.0-rc4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.dropwizard : dropwizard-core | jar | |
| javax.jcr : jcr | jar | 2.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.7.12 |
| org.assertj : assertj-core | jar | 3.6.2 |