d

dept44-models

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