License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdcom.bendb.dropwizard |
ArtifactId | ArtifactIdcommon |
Version | Version0.7.1-5 |
Type | Typejar |
Description |
DescriptionCommon Jersey utility classes
Infrastructure classes for integrating with Jersey
|
Filename | Size |
---|---|
common-0.7.1-5.pom | |
common-0.7.1-5.jar | 5 KB |
common-0.7.1-5-sources.jar | 3 KB |
common-0.7.1-5-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bendb.dropwizard/common/ -->
<dependency>
<groupId>com.bendb.dropwizard</groupId>
<artifactId>common</artifactId>
<version>0.7.1-5</version>
</dependency>
// https://jarcasting.com/artifacts/com.bendb.dropwizard/common/
implementation 'com.bendb.dropwizard:common:0.7.1-5'
// https://jarcasting.com/artifacts/com.bendb.dropwizard/common/
implementation ("com.bendb.dropwizard:common:0.7.1-5")
'com.bendb.dropwizard:common:jar:0.7.1-5'
<dependency org="com.bendb.dropwizard" name="common" rev="0.7.1-5">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bendb.dropwizard', module='common', version='0.7.1-5')
)
libraryDependencies += "com.bendb.dropwizard" % "common" % "0.7.1-5"
[com.bendb.dropwizard/common "0.7.1-5"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 0.7.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |
com.google.truth : truth | jar | 0.23 |