s

staging-service

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

compile

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

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

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

|-- 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

|-- commons-fileupload:commons-fileupload

|-- commons-io:commons-io

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

|-- io.swagger:swagger-annotations

|-- com.github.joschi.jackson:jackson-datatype-threetenbp

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

|-- javax.validation:validation-api

|-- org.springframework:spring-beans

|-- 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

|-- org.threeten:threetenbp

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

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

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