Download rice-core-service-impl-2.3.3.jar file

Introduction

You can download rice-core-service-impl-2.3.3.jar in this page.

License

Educational Community License

Type List

rice-core-service-impl-2.3.3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/THIRD-PARTY.txt
META-INF/maven/org.kuali.rice/rice-core-service-impl/pom.properties
META-INF/maven/org.kuali.rice/rice-core-service-impl/pom.xml
META-INF/org/kuali/rice/rice-core-service-impl/project-rice-properties.xml
META-INF/org/kuali/rice/rice-core-service-impl/project.properties
org.kuali.rice.coreservice.impl.CoreServiceImplServiceLocator.class
org.kuali.rice.coreservice.impl.component.ComponentBo.class
org.kuali.rice.coreservice.impl.component.ComponentId.class
org.kuali.rice.coreservice.impl.component.ComponentServiceImpl.class
org.kuali.rice.coreservice.impl.component.ComponentSetBo.class
org.kuali.rice.coreservice.impl.component.ComponentSetDao.class
org.kuali.rice.coreservice.impl.component.ComponentSetDaoOjbImpl.class
org.kuali.rice.coreservice.impl.component.DerivedComponentBo.class
org.kuali.rice.coreservice.impl.config.CoreServiceConfigurer.class
org.kuali.rice.coreservice.impl.namespace.NamespaceBo.class
org.kuali.rice.coreservice.impl.namespace.NamespaceServiceImpl.class
org.kuali.rice.coreservice.impl.parameter.ParameterBo.class
org.kuali.rice.coreservice.impl.parameter.ParameterId.class
org.kuali.rice.coreservice.impl.parameter.ParameterRepositoryServiceImpl.class
org.kuali.rice.coreservice.impl.parameter.ParameterServiceImpl.class
org.kuali.rice.coreservice.impl.parameter.ParameterTypeBo.class
org.kuali.rice.coreservice.impl.service.CoreServiceRemoteModuleService.class
org.kuali.rice.coreservice.impl.style.StyleBo.class
org.kuali.rice.coreservice.impl.style.StyleDao.class
org.kuali.rice.coreservice.impl.style.StyleDaoOjb.class
org.kuali.rice.coreservice.impl.style.StyleDataExporter.class
org.kuali.rice.coreservice.impl.style.StyleExportDataSet.class
org.kuali.rice.coreservice.impl.style.StyleRepositoryServiceImpl.class
org.kuali.rice.coreservice.impl.style.StyleServiceImpl.class
org.kuali.rice.coreservice.impl.style.StyleUriResolver.class
org.kuali.rice.coreservice.impl.style.StyleXmlExporter.class
org.kuali.rice.coreservice.impl.style.StyleXmlParser.class
org.kuali.rice.coreservice.impl.style.StyleXmlParserImpl.class
org/kuali/rice/coreservice/config/CoreServiceLocalSpringBeans.xml
org/kuali/rice/coreservice/config/CoreServiceRemoteSpringBeans.xml
org/kuali/rice/coreservice/config/OJB-repository-core-service.xml
org/kuali/rice/coreservice/config/_CoreServiceBusSpringBeans.xml
org/kuali/rice/coreservice/config/_CoreServiceCommonSpringBeans.xml
org/kuali/rice/coreservice/config/_CoreServiceOjbSpringBeans.xml
org/kuali/rice/coreservice/config/coreService.ehcache.xml

Pom

rice-core-service-impl-2.3.3.pom file content.

<!--

    Copyright 2005-2014 The Kuali Foundation

    Licensed under the Educational Community License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

    http://www.opensource.org/licenses/ecl2.php

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <name>Rice Core Service Impl</name>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>rice-core-service-impl</artifactId>
    <parent>
        <groupId>org.kuali.rice</groupId>
        <artifactId>rice-core-service</artifactId>
        <version>2.3.3</version>
    </parent>


    <dependencies>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>rice-core-api</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>rice-core-framework</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>rice-core-impl</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>rice-core-service-api</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>rice-core-service-framework</artifactId>
            <version>${project.version}</version>
        </dependency>


        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>rice-krad-app-framework</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>rice-krad-web-framework</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>rice-ksb-api</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
    	    <groupId>${project.groupId}</groupId>
            <artifactId>rice-kns</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>jcl-over-slf4j</artifactId>
        </dependency>

        <dependency>
            <groupId>aopalliance</groupId>
            <artifactId>aopalliance</artifactId>
        </dependency>

        <dependency>
            <groupId>xalan</groupId>
            <artifactId>xalan</artifactId>
        </dependency>

        <dependency>
            <groupId>javax.servlet.jsp</groupId>
            <artifactId>jsp-api</artifactId>
        </dependency>

        <dependency>
            <groupId>javax.ws.rs</groupId>
            <artifactId>jsr311-api</artifactId>
        </dependency>

        <dependency>
            <groupId>org.bouncycastle</groupId>
            <artifactId>bcprov-jdk16</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-rt-frontend-jaxws</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-rt-frontend-jaxrs</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-rt-frontend-simple</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-rt-transports-http</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-rt-databinding-jaxb</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-rt-ws-security</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-rt-databinding-aegis</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-rt-bindings-soap</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-rt-core</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-api</artifactId>
        </dependency>

        <dependency>
            <groupId>org.codehaus.groovy</groupId>
            <artifactId>groovy-all</artifactId>
        </dependency>

        <dependency>
            <groupId>javax.mail</groupId>
            <artifactId>mail</artifactId>
        </dependency>

        <dependency>
            <groupId>cglib</groupId>
            <artifactId>cglib-nodep</artifactId>
        </dependency>

      <dependency>
        <!--
        KULRICE-7262: Bad jstl version in maven repository
        When we are able to bump this version, go back to the javax.servlet artifact
        -->
        <!-- <groupId>javax.servlet</groupId>
       <artifactId>jstl</artifactId> -->
        <groupId>org.glassfish.web</groupId>
        <artifactId>jstl-impl</artifactId>
      </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
        </dependency>

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-beans</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-aop</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context-support</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-tx</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-orm</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-jdbc</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
        </dependency>

        <dependency>
            <groupId>org.springmodules</groupId>
            <artifactId>spring-modules-ojb</artifactId>
        </dependency>

        <dependency>
            <groupId>javax.transaction</groupId>
            <artifactId>jta</artifactId>
        </dependency>

        <dependency>
            <groupId>javax.resource</groupId>
            <artifactId>connector-api</artifactId>
        </dependency>

        <dependency>
            <groupId>commons-validator</groupId>
            <artifactId>commons-validator</artifactId>
        </dependency>

        <dependency>
            <groupId>commons-lang</groupId>
            <artifactId>commons-lang</artifactId>
        </dependency>

        <dependency>
            <groupId>org.kuali.db.ojb</groupId>
            <artifactId>db-ojb</artifactId>
        </dependency>

        <dependency>
            <groupId>org.kuali.commons</groupId>
            <artifactId>commons-beanutils</artifactId>
        </dependency>

        <dependency>
            <groupId>commons-httpclient</groupId>
            <artifactId>commons-httpclient</artifactId>
        </dependency>

        <dependency>
            <groupId>commons-dbcp</groupId>
            <artifactId>commons-dbcp</artifactId>
        </dependency>

        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
        </dependency>

        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
        </dependency>

        <dependency>
            <groupId>xapool</groupId>
            <artifactId>xapool</artifactId>
        </dependency>

        <dependency>
            <groupId>org.ow2.jotm</groupId>
            <artifactId>jotm-core</artifactId>
        </dependency>

        <!-- bitronix -->
        <dependency>
             <groupId>org.codehaus.btm</groupId>
             <artifactId>btm</artifactId>
        </dependency>

        <dependency>
            <groupId>mysql</groupId>
            <artifactId>${mysql.jdbc.artifactId}</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-entitymanager</artifactId>
        </dependency>
        <dependency>
            <groupId>org.hibernate.javax.persistence</groupId>
            <artifactId>hibernate-jpa-2.0-api</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.struts</groupId>
            <artifactId>struts-core</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.struts</groupId>
            <artifactId>struts-el</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.struts</groupId>
            <artifactId>struts-extras</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.struts</groupId>
            <artifactId>struts-taglib</artifactId>
        </dependency>

        <dependency>
            <groupId>displaytag</groupId>
            <artifactId>displaytag</artifactId>
        </dependency>

        <dependency>
            <groupId>com.thoughtworks.xstream</groupId>
            <artifactId>xstream</artifactId>
        </dependency>

        <dependency>
            <groupId>org.directwebremoting</groupId>
            <artifactId>dwr</artifactId>
        </dependency>

        <dependency>
            <groupId>org.quartz-scheduler</groupId>
            <artifactId>quartz</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-fileupload</groupId>
            <artifactId>commons-fileupload</artifactId>
            <scope>compile</scope>
        </dependency>

        <dependency>
            <groupId>xerces</groupId>
            <artifactId>xercesImpl</artifactId>
        </dependency>

        <dependency>
            <groupId>org.jdom</groupId>
            <artifactId>jdom</artifactId>
        </dependency>

        <dependency>
            <groupId>commons-collections</groupId>
            <artifactId>commons-collections</artifactId>
        </dependency>

        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
        </dependency>

        <dependency>
            <groupId>commons-pool</groupId>
            <artifactId>commons-pool</artifactId>
        </dependency>

        <dependency>
            <groupId>org.javassist</groupId>
            <artifactId>javassist</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.ws.security</groupId>
            <artifactId>wss4j</artifactId>
        </dependency>

        <dependency>
          <groupId>com.google.guava</groupId>
          <artifactId>guava</artifactId>
        </dependency>
    </dependencies>


    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <executions>
                    <execution>
                        <goals>
                            <goal>test-jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>org.kuali.rice</groupId>
   <artifactId>rice-core-service-impl</artifactId>
   <version>2.3.3</version>
</dependency>

Download

If you think the following rice-core-service-impl-2.3.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download rice-core-service-impl-2.3.3.jar file




PreviousNext

Related