d

digiwf-example-integration-example

Files download
File Operation
digiwf-example-integration-example-1.5.4.jar download
digiwf-example-integration-example-1.5.4.pom download
digiwf-example-integration-example-1.5.4-sources.jar download
Apache Maven
<dependency>
  <groupId>de.muenchen.oss.digiwf</groupId>
  <artifactId>digiwf-example-integration-example</artifactId>
  <version>1.5.4</version>
</dependency>
Gradle Groovy
implementation 'de.muenchen.oss.digiwf:digiwf-example-integration-example:1.5.4'
Gradle Kotlin
implementation("de.muenchen.oss.digiwf:digiwf-example-integration-example:1.5.4")
Scala SBT
libraryDependencies += "de.muenchen.oss.digiwf" % "digiwf-example-integration-example" % "1.5.4"
Groovy Grape
@Grapes(
  @Grab(group='de.muenchen.oss.digiwf', module='digiwf-example-integration-example', version='1.5.4')
)
Apache Ivy
<dependency org="de.muenchen.oss.digiwf" name="digiwf-example-integration-example" rev="1.5.4" />
Leiningen
[de.muenchen.oss.digiwf/digiwf-example-integration-example "1.5.4"]
Apache Buildr
'de.muenchen.oss.digiwf:digiwf-example-integration-example:jar:1.5.4'