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

compile

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

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

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

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

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

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

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

|-- org.kuali.rice:rice-core-service-web

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

|-- org.kuali.ole:ole-docstore-search

|-- org.kuali.ole:ole-docstore-engine

|-- org.kuali.ole:ole-utility

|-- org.kuali.ole:ole-sru

|-- javax.servlet:servlet-api

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

|-- javax.servlet:jstl

|-- struts:struts

|-- commons-fileupload:commons-fileupload

|-- commons-lang:commons-lang

|-- org.apache.solr:solr-core

|-- org.apache.solr:solr-solrj

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

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

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

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

|-- org.apache.cxf:cxf-api

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

|-- com.sun.jersey:jersey-client:1.0.3

|-- com.sun.jersey:jersey-server:1.10

|-- com.sun.jersey:jersey-core:1.10

|-- com.sun.jersey:jersey-json:1.0.3

|-- com.sun.jersey:jersey-servlet:1.10

|-- org.objectweb.asm:com.springsource.org.objectweb.asm:3.1.0

|-- org.codehaus.jackson:jackson-jaxrs:1.8.3

|-- org.codehaus.jackson:jackson-core-asl:1.8.3

|-- org.codehaus.jackson:jackson-mapper-asl:1.8.3

|-- org.codehaus.jackson:jackson-xc:1.8.3

|-- org.codehaus.jettison:jettison:1.1

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

|-- org.mockito:mockito-core:1.8.5

|-- org.springframework:spring-test

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

|-- mysql:mysql-connector-java:5.1.23

|-- org.kuali.ole:ole-docstore-db

|-- net.bull.javamelody:javamelody-core

|-- org.jrobin:jrobin

|-- org.kuali.rice:${rice.impex.artifactId}

|-- org.kuali.common:kuali-util

|-- org.springframework:spring-tx

|-- org.springframework:spring-orm

|-- org.springframework:spring-web

|-- org.springframework:spring-webmvc

|-- org.springframework:spring-aop

runtime

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

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

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

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

|-- org.kuali.rice:rice-ksb-client-impl

|-- org.kuali.rice:rice-ksb-server-impl

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

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

|-- org.kuali.rice:rice-location-web

test

|-- junit:junit:4.10