Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.github.mtakaki |
ArtifactId | ArtifactIddropwizard-admin-resource |
Version | Version1.3.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mtakaki/dropwizard-admin-resource/ -->
<dependency>
<groupId>com.github.mtakaki</groupId>
<artifactId>dropwizard-admin-resource</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mtakaki/dropwizard-admin-resource/
implementation 'com.github.mtakaki:dropwizard-admin-resource:1.3.8'
// https://jarcasting.com/artifacts/com.github.mtakaki/dropwizard-admin-resource/
implementation ("com.github.mtakaki:dropwizard-admin-resource:1.3.8")
'com.github.mtakaki:dropwizard-admin-resource:jar:1.3.8'
<dependency org="com.github.mtakaki" name="dropwizard-admin-resource" rev="1.3.8">
<artifact name="dropwizard-admin-resource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mtakaki', module='dropwizard-admin-resource', version='1.3.8')
)
libraryDependencies += "com.github.mtakaki" % "dropwizard-admin-resource" % "1.3.8"
[com.github.mtakaki/dropwizard-admin-resource "1.3.8"]