d

digiwf-example-integration

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