s

staging-service

Files download
File Operation
staging-service-3.0.0-1050.jar download
staging-service-3.0.0-1050.pom download
staging-service-3.0.0-1050-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.cafdataprocessing</groupId>
  <artifactId>staging-service</artifactId>
  <version>3.0.0-1050</version>
</dependency>
Gradle Groovy
implementation 'com.github.cafdataprocessing:staging-service:3.0.0-1050'
Gradle Kotlin
implementation("com.github.cafdataprocessing:staging-service:3.0.0-1050")
Scala SBT
libraryDependencies += "com.github.cafdataprocessing" % "staging-service" % "3.0.0-1050"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cafdataprocessing', module='staging-service', version='3.0.0-1050')
)
Apache Ivy
<dependency org="com.github.cafdataprocessing" name="staging-service" rev="3.0.0-1050" />
Leiningen
[com.github.cafdataprocessing/staging-service "3.0.0-1050"]
Apache Buildr
'com.github.cafdataprocessing:staging-service:jar:3.0.0-1050'
Dependencies
<parent>
  <groupId>com.github.cafdataprocessing</groupId>
  <artifactId>staging-service-aggregator</artifactId>
  <version>3.0.0-1050</version>
</parent>

compile

|-- com.github.cafapi:swagger-ui-annotation

|-- com.github.cafapi.correlation:caf-correlation-spring

|-- com.github.cafdataprocessing:staging-service-shared

|-- org.springframework:spring-web

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

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

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

|-- commons-codec:commons-codec

|-- org.apache.commons:commons-fileupload2-core

|-- org.apache.commons:commons-fileupload2-jakarta-servlet5

|-- commons-io:commons-io

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

|-- org.apache.tomcat.embed:tomcat-embed-core

|-- jakarta.validation:jakarta.validation-api

|-- org.springframework:spring-beans

|-- org.springframework:spring-core

|-- org.springframework:spring-context

|-- org.slf4j:slf4j-api

|-- com.fasterxml.jackson.core:jackson-annotations

|-- org.springframework.boot:spring-boot-autoconfigure

|-- org.springframework:spring-webmvc

|-- com.fasterxml.jackson.core:jackson-core

|-- com.github.cafdataprocessing:worker-document-validator

|-- com.worldturner.medeia:medeia-validator-core

provided

|-- jakarta.annotation:jakarta.annotation-api

runtime

|-- com.github.cafapi.logging:caf-logging-logback

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

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

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

|-- com.github.cafdataprocessing:staging-service-contract

test

|-- junit:junit

|-- org.mockito:mockito-core