d

dept44-starter-authorization

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