d

digiwf-example-integration-core

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