| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdcom.github.justcoke |
| ArtifactId | ArtifactIddropwizard-jackrabbit |
| Version | Version1.1.0-rc4 |
| Type | Typejar |
| Description |
DescriptionDropwizard Jackrabbit
Addon bundle for Dropwizard to support JCR reference implementation Jackrabbit
|
<!-- https://jarcasting.com/artifacts/com.github.justcoke/dropwizard-jackrabbit/ -->
<dependency>
<groupId>com.github.justcoke</groupId>
<artifactId>dropwizard-jackrabbit</artifactId>
<version>1.1.0-rc4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.justcoke/dropwizard-jackrabbit/
implementation 'com.github.justcoke:dropwizard-jackrabbit:1.1.0-rc4'
// https://jarcasting.com/artifacts/com.github.justcoke/dropwizard-jackrabbit/
implementation ("com.github.justcoke:dropwizard-jackrabbit:1.1.0-rc4")
'com.github.justcoke:dropwizard-jackrabbit:jar:1.1.0-rc4'
<dependency org="com.github.justcoke" name="dropwizard-jackrabbit" rev="1.1.0-rc4">
<artifact name="dropwizard-jackrabbit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.justcoke', module='dropwizard-jackrabbit', version='1.1.0-rc4')
)
libraryDependencies += "com.github.justcoke" % "dropwizard-jackrabbit" % "1.1.0-rc4"
[com.github.justcoke/dropwizard-jackrabbit "1.1.0-rc4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.justcoke : dropwizard-jcr | jar | 1.1.0-rc4 |
| org.apache.jackrabbit : jackrabbit-core | jar | 2.10.1 |
| org.apache.derby : derby | jar | 10.5.3.0_1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.7.12 |
| org.assertj : assertj-core | jar | 3.6.2 |