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