Categories |
CategoriesDropWizard Container Microservices Data |
---|---|
GroupId | GroupIdcom.datasift.dropwizard |
ArtifactId | ArtifactIddropwizard-extra-core |
Version | Version0.6.2-4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.datasift.dropwizard/dropwizard-extra-core/ -->
<dependency>
<groupId>com.datasift.dropwizard</groupId>
<artifactId>dropwizard-extra-core</artifactId>
<version>0.6.2-4</version>
</dependency>
// https://jarcasting.com/artifacts/com.datasift.dropwizard/dropwizard-extra-core/
implementation 'com.datasift.dropwizard:dropwizard-extra-core:0.6.2-4'
// https://jarcasting.com/artifacts/com.datasift.dropwizard/dropwizard-extra-core/
implementation ("com.datasift.dropwizard:dropwizard-extra-core:0.6.2-4")
'com.datasift.dropwizard:dropwizard-extra-core:jar:0.6.2-4'
<dependency org="com.datasift.dropwizard" name="dropwizard-extra-core" rev="0.6.2-4">
<artifact name="dropwizard-extra-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.datasift.dropwizard', module='dropwizard-extra-core', version='0.6.2-4')
)
libraryDependencies += "com.datasift.dropwizard" % "dropwizard-extra-core" % "0.6.2-4"
[com.datasift.dropwizard/dropwizard-extra-core "0.6.2-4"]