r

rice-core-impl

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

compile

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

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

|-- org.kuali.rice:rice-krad-app-framework

|-- org.kuali.rice:rice-krad-web-framework

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

|-- org.kuali.rice:rice-kns

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

|-- org.slf4j:slf4j-log4j12

|-- aopalliance:aopalliance

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

|-- javax.ws.rs:jsr311-api

|-- org.bouncycastle:bcprov-jdk16

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

|-- 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.codehaus.groovy:groovy-all

|-- javax.mail:mail

|-- cglib:cglib-nodep

|-- org.glassfish.web:jstl-impl

|-- javax.servlet:servlet-api

|-- junit:junit

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

|-- org.springframework:spring-jdbc

|-- org.springframework:spring-web

|-- org.springframework:spring-webmvc

|-- org.springmodules:spring-modules-ojb

|-- javax.transaction:jta

|-- javax.resource:connector-api

|-- commons-validator:commons-validator

|-- commons-lang:commons-lang

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

|-- org.kuali.commons:commons-beanutils

|-- commons-httpclient:commons-httpclient

|-- commons-dbcp:commons-dbcp

|-- commons-io:commons-io

|-- log4j:log4j

|-- xapool:xapool

|-- org.ow2.jotm:jotm-core

|-- org.codehaus.btm:btm

|-- org.hibernate:hibernate-core

|-- org.hibernate:hibernate-entitymanager

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

|-- org.apache.struts:struts-core

|-- org.apache.struts:struts-el

|-- org.apache.struts:struts-extras

|-- org.apache.struts:struts-taglib

|-- displaytag:displaytag

|-- com.thoughtworks.xstream:xstream

|-- org.directwebremoting:dwr

|-- org.quartz-scheduler:quartz

|-- commons-fileupload:commons-fileupload

|-- xerces:xercesImpl

|-- org.jdom:jdom

|-- commons-collections:commons-collections

|-- commons-codec:commons-codec

|-- commons-pool:commons-pool

|-- org.javassist:javassist

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

|-- com.google.guava:guava

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

provided

|-- mysql:${mysql.jdbc.artifactId}