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

|-- org.bouncycastle:bcprov-jdk15on

|-- org.apache.wss4j:wss4j-bindings

|-- org.apache.wss4j:wss4j-policy

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

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

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

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

|-- org.ow2.asm:asm

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

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

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

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

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

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

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

|-- org.apache.cxf:cxf-rt-rs-client

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

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

|-- org.apache.httpcomponents:httpclient

|-- javax.transaction:jta

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

runtime

|-- com.sun.xml.bind:jaxb-impl

|-- com.sun.xml.bind:jaxb-core

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

test

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

|-- junit:junit

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

|-- org.reflections:reflections