d

dept44-starter

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

compile

|-- org.springframework.boot:spring-boot-starter-actuator

|-- org.springframework.boot:spring-boot-starter-security

|-- org.springframework.boot:spring-boot-starter-web

|-- org.springframework.boot:spring-boot-starter-webflux

|-- org.springframework.boot:spring-boot-starter-oauth2-client

|-- org.springframework.boot:spring-boot-starter-validation

|-- org.springframework.boot:spring-boot-configuration-processor

|-- org.springframework.cloud:spring-cloud-starter-kubernetes-client-config

|-- com.fasterxml.jackson.module:jackson-module-jaxb-annotations

|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310

|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml

|-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml

|-- org.zalando:logbook-spring-boot-autoconfigure

|-- org.zalando:logbook-spring-boot-webflux-autoconfigure

|-- org.zalando:problem

|-- org.zalando:jackson-datatype-problem

|-- org.zalando:problem-gson

|-- org.zalando:problem-spring-web

|-- org.zalando:problem-spring-web-autoconfigure

|-- org.springdoc:springdoc-openapi-ui

|-- org.springdoc:springdoc-openapi-webmvc-core

|-- org.springframework.cloud:spring-cloud-starter-config

|-- org.springframework.cloud:spring-cloud-starter-bootstrap

|-- org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j

|-- org.apache.commons:commons-lang3

|-- de.codecentric:spring-boot-admin-starter-client

test

|-- se.sundsvall.dept44:dept44-starter-test