Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.bendb.dropwizard |
ArtifactId | ArtifactIddroptools-parent |
Version | Version0.8.1-1 |
Type | Typepom |
Filename | Size |
---|---|
droptools-parent-0.8.1-1.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bendb.dropwizard/droptools-parent/ -->
<dependency>
<groupId>com.bendb.dropwizard</groupId>
<artifactId>droptools-parent</artifactId>
<version>0.8.1-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bendb.dropwizard/droptools-parent/
implementation 'com.bendb.dropwizard:droptools-parent:0.8.1-1'
// https://jarcasting.com/artifacts/com.bendb.dropwizard/droptools-parent/
implementation ("com.bendb.dropwizard:droptools-parent:0.8.1-1")
'com.bendb.dropwizard:droptools-parent:pom:0.8.1-1'
<dependency org="com.bendb.dropwizard" name="droptools-parent" rev="0.8.1-1">
<artifact name="droptools-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bendb.dropwizard', module='droptools-parent', version='0.8.1-1')
)
libraryDependencies += "com.bendb.dropwizard" % "droptools-parent" % "0.8.1-1"
[com.bendb.dropwizard/droptools-parent "0.8.1-1"]