d

digiwf-example-integration-example

文件下载
文件名 操作
digiwf-example-integration-example-1.4.3.jar 下载
digiwf-example-integration-example-1.4.3.pom 下载
digiwf-example-integration-example-1.4.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.muenchen.oss.digiwf</groupId>
  <artifactId>digiwf-example-integration-example</artifactId>
  <version>1.4.3</version>
</dependency>
Gradle Groovy
implementation 'de.muenchen.oss.digiwf:digiwf-example-integration-example:1.4.3'
Gradle Kotlin
implementation("de.muenchen.oss.digiwf:digiwf-example-integration-example:1.4.3")
Scala SBT
libraryDependencies += "de.muenchen.oss.digiwf" % "digiwf-example-integration-example" % "1.4.3"
Groovy Grape
@Grapes(
  @Grab(group='de.muenchen.oss.digiwf', module='digiwf-example-integration-example', version='1.4.3')
)
Apache Ivy
<dependency org="de.muenchen.oss.digiwf" name="digiwf-example-integration-example" rev="1.4.3" />
Leiningen
[de.muenchen.oss.digiwf/digiwf-example-integration-example "1.4.3"]
Apache Buildr
'de.muenchen.oss.digiwf:digiwf-example-integration-example:jar:1.4.3'