d

dropwizard-guicier

Henning Schmiedehausen
文件下载
文件名 操作
dropwizard-guicier-1.0.9.0.jar 下载
dropwizard-guicier-1.0.9.0.pom 下载
dropwizard-guicier-1.0.9.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.hubspot.dropwizard</groupId>
  <artifactId>dropwizard-guicier</artifactId>
  <version>1.0.9.0</version>
</dependency>
Gradle Groovy
implementation 'com.hubspot.dropwizard:dropwizard-guicier:1.0.9.0'
Gradle Kotlin
implementation("com.hubspot.dropwizard:dropwizard-guicier:1.0.9.0")
Scala SBT
libraryDependencies += "com.hubspot.dropwizard" % "dropwizard-guicier" % "1.0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='com.hubspot.dropwizard', module='dropwizard-guicier', version='1.0.9.0')
)
Apache Ivy
<dependency org="com.hubspot.dropwizard" name="dropwizard-guicier" rev="1.0.9.0" />
Leiningen
[com.hubspot.dropwizard/dropwizard-guicier "1.0.9.0"]
Apache Buildr
'com.hubspot.dropwizard:dropwizard-guicier:jar:1.0.9.0'