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

compile

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

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

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

|-- 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.springmodules:spring-modules-ojb

|-- aopalliance:aopalliance

|-- org.kuali.db.ojb:db-ojb

|-- org.bouncycastle:bcprov-jdk16

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

|-- commons-httpclient:commons-httpclient

|-- org.hibernate:hibernate-core

|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api

|-- javax.transaction:jta

|-- javax.servlet:servlet-api

runtime

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

|-- asm:asm

test

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

|-- junit:junit

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