| License |
License |
|---|---|
| GroupId | GroupIdcom.grookage.apps |
| ArtifactId | ArtifactIdiosave-as-dw-bundle |
| Version | Version0.0.1 |
| Type | Typejar |
| Description |
DescriptionA simple dropwizard bundle to annotate resources with to save request/response
data.
|
| Filename | Size |
|---|---|
| iosave-as-dw-bundle-0.0.1.pom | |
| iosave-as-dw-bundle-0.0.1.jar | 12 KB |
| iosave-as-dw-bundle-0.0.1-sources.jar | 6 KB |
| iosave-as-dw-bundle-0.0.1-javadoc.jar | 400 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.grookage.apps/iosave-as-dw-bundle/ -->
<dependency>
<groupId>com.grookage.apps</groupId>
<artifactId>iosave-as-dw-bundle</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.grookage.apps/iosave-as-dw-bundle/
implementation 'com.grookage.apps:iosave-as-dw-bundle:0.0.1'
// https://jarcasting.com/artifacts/com.grookage.apps/iosave-as-dw-bundle/
implementation ("com.grookage.apps:iosave-as-dw-bundle:0.0.1")
'com.grookage.apps:iosave-as-dw-bundle:jar:0.0.1'
<dependency org="com.grookage.apps" name="iosave-as-dw-bundle" rev="0.0.1">
<artifact name="iosave-as-dw-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.grookage.apps', module='iosave-as-dw-bundle', version='0.0.1')
)
libraryDependencies += "com.grookage.apps" % "iosave-as-dw-bundle" % "0.0.1"
[com.grookage.apps/iosave-as-dw-bundle "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
| com.grookage.apps : iosave-core | jar | 0.0.1 |
| com.grookage.apps : iosave-aerospike | jar | 0.0.1 |
| org.reflections : reflections | jar | 0.10.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard : dropwizard-core | jar | 2.1.0 |
| org.projectlombok : lombok | jar | 1.18.24 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-core | jar | 4.5.1 |