l

leanix-dropwizard-dependencies

Versions for the dependencies of dropwizard libraries for those dependencies that are used by leanIX.
LeanIX GmbH
文件下载
文件名 操作
leanix-dropwizard-dependencies-0.8.1.pom 下载
Apache Maven
<dependency>
  <groupId>net.leanix.poms</groupId>
  <artifactId>leanix-dropwizard-dependencies</artifactId>
  <version>0.8.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.leanix.poms:leanix-dropwizard-dependencies:0.8.1'
Gradle Kotlin
implementation("net.leanix.poms:leanix-dropwizard-dependencies:0.8.1")
Scala SBT
libraryDependencies += "net.leanix.poms" % "leanix-dropwizard-dependencies" % "0.8.1"
Groovy Grape
@Grapes(
  @Grab(group='net.leanix.poms', module='leanix-dropwizard-dependencies', version='0.8.1')
)
Apache Ivy
<dependency org="net.leanix.poms" name="leanix-dropwizard-dependencies" rev="0.8.1" />
Leiningen
[net.leanix.poms/leanix-dropwizard-dependencies "0.8.1"]
Apache Buildr
'net.leanix.poms:leanix-dropwizard-dependencies:jar:0.8.1'