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

compile

|-- org.kuali.rice:rice-ksb-api

|-- org.kuali.rice:rice-core-api

|-- org.kuali.rice:rice-core-framework

|-- org.eclipse.persistence:org.eclipse.persistence.jpa

|-- org.eclipse.persistence:org.eclipse.persistence.oracle

|-- org.kuali.rice:rice-krad-data

|-- log4j:log4j

|-- org.slf4j:jcl-over-slf4j

|-- commons-lang:commons-lang

|-- commons-collections:commons-collections

|-- commons-codec:commons-codec

|-- org.quartz-scheduler:quartz

|-- org.springframework:spring-core

|-- org.springframework:spring-beans

|-- org.springframework:spring-aop

|-- org.springframework:spring-context

|-- org.springframework:spring-context-support

|-- org.springframework:spring-tx

|-- org.springframework:spring-web

|-- org.springframework:spring-webmvc

|-- aopalliance:aopalliance

|-- org.bouncycastle:bcprov-jdk15on

|-- org.apache.ws.security:wss4j

|-- org.apache.cxf:cxf-rt-frontend-jaxws

|-- org.apache.cxf:cxf-rt-frontend-jaxrs

|-- org.apache.cxf:cxf-rt-frontend-simple

|-- org.apache.cxf:cxf-rt-transports-http

|-- org.apache.cxf:cxf-rt-ws-security

|-- org.apache.cxf:cxf-rt-databinding-aegis

|-- org.apache.cxf:cxf-rt-bindings-soap

|-- org.apache.cxf:cxf-rt-core

|-- org.apache.cxf:cxf-api

|-- org.apache.httpcomponents:httpclient

|-- javax.transaction:jta

|-- javax.servlet:javax.servlet-api

|-- ${asm.group.string}:asm

runtime

|-- org.apache.cxf:cxf-rt-databinding-jaxb

test

|-- org.codehaus.groovy:groovy-all

|-- junit:junit

|-- org.kuali.rice:rice-core-impl

|-- org.reflections:reflections