Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.bendb.dropwizard |
ArtifactId | ArtifactIdcommon |
Version | Version0.7.1-4 |
Type | Typejar |
Filename | Size |
---|---|
common-0.7.1-4.pom | |
common-0.7.1-4.jar | 5 KB |
common-0.7.1-4-sources.jar | 3 KB |
common-0.7.1-4-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-4</version>
</dependency>
// https://jarcasting.com/artifacts/com.bendb.dropwizard/common/
implementation 'com.bendb.dropwizard:common:0.7.1-4'
// https://jarcasting.com/artifacts/com.bendb.dropwizard/common/
implementation ("com.bendb.dropwizard:common:0.7.1-4")
'com.bendb.dropwizard:common:jar:0.7.1-4'
<dependency org="com.bendb.dropwizard" name="common" rev="0.7.1-4">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bendb.dropwizard', module='common', version='0.7.1-4')
)
libraryDependencies += "com.bendb.dropwizard" % "common" % "0.7.1-4"
[com.bendb.dropwizard/common "0.7.1-4"]