Files download
File Operation
credential-service-1.2.1.0.jar download
credential-service-1.2.1.0.pom download
credential-service-1.2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.mosip.idrepository</groupId>
  <artifactId>credential-service</artifactId>
  <version>1.2.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.mosip.idrepository:credential-service:1.2.1.0'
Gradle Kotlin
implementation("io.mosip.idrepository:credential-service:1.2.1.0")
Scala SBT
libraryDependencies += "io.mosip.idrepository" % "credential-service" % "1.2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.mosip.idrepository', module='credential-service', version='1.2.1.0')
)
Apache Ivy
<dependency org="io.mosip.idrepository" name="credential-service" rev="1.2.1.0" />
Leiningen
[io.mosip.idrepository/credential-service "1.2.1.0"]
Apache Buildr
'io.mosip.idrepository:credential-service:jar:1.2.1.0'
Dependencies
<parent>
  <groupId>io.mosip.idrepository</groupId>
  <artifactId>id-repository-parent</artifactId>
  <version>1.2.1.0</version>
</parent>

compile

|-- io.mosip.kernel:kernel-core:1.2.0.1

|-- com.fasterxml.jackson.module:jackson-module-afterburner:2.12.0

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

|-- org.springframework.boot:spring-boot-starter-data-jpa:2.0.2.RELEASE

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

|-- org.springframework.boot:spring-boot-starter-cache:2.0.2.RELEASE

|-- io.springfox:springfox-swagger-ui:2.9.2

|-- io.springfox:springfox-swagger2:2.9.2

|-- org.springframework.boot:spring-boot-starter-batch:2.0.2.RELEASE

|-- com.googlecode.json-simple:json-simple:1.1.1

|-- com.google.code.gson:gson:2.8.4

|-- javax.xml.bind:jaxb-api:2.3.0

|-- io.mosip.idrepository:id-repository-core

|-- io.mosip.kernel:kernel-cbeffutil-api:1.2.0.1

|-- io.mosip.kernel:kernel-websubclient-api:1.2.0.1

|-- io.micrometer:micrometer-core:1.4.2

|-- io.micrometer:micrometer-registry-prometheus:1.4.2

|-- org.mvel:mvel2:2.4.7.Final

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

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

|-- info.weboftrust:ld-signatures-java:1.0.0

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

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

runtime

|-- com.h2database:h2:1.4.197

test

|-- junit:junit:3.8.1

|-- junit:junit

|-- org.powermock:powermock-module-junit4:2.0.7

|-- org.powermock:powermock-api-mockito2:2.0.7