d

digiwf-example-integration-core

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