Files download
File Operation
dept44-parent-3.3.pom download
Apache Maven
<dependency>
  <groupId>se.sundsvall.dept44</groupId>
  <artifactId>dept44-parent</artifactId>
  <version>3.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'se.sundsvall.dept44:dept44-parent:3.3'
Gradle Kotlin
implementation("se.sundsvall.dept44:dept44-parent:3.3")
Scala SBT
libraryDependencies += "se.sundsvall.dept44" % "dept44-parent" % "3.3"
Groovy Grape
@Grapes(
  @Grab(group='se.sundsvall.dept44', module='dept44-parent', version='3.3')
)
Apache Ivy
<dependency org="se.sundsvall.dept44" name="dept44-parent" rev="3.3" />
Leiningen
[se.sundsvall.dept44/dept44-parent "3.3"]
Apache Buildr
'se.sundsvall.dept44:dept44-parent:jar:3.3'
Dependencies
The project has no third-party dependencies