d

dept44-build-tools

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