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

|-- aopalliance:aopalliance

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

|-- javax.transaction:jta

|-- javax.servlet:servlet-api

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

runtime

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

|-- asm:asm

test

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

|-- junit:junit

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

|-- org.reflections:reflections