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

compile

|-- com.googlecode.cernunnos:cernunnos:1.2.1

|-- com.thoughtworks.xstream:xstream:1.3

|-- commons-collections:commons-collections:3.2.2

|-- commons-httpclient:commons-httpclient:3.0.1

|-- org.apache.httpcomponents:httpclient:4.1.1

|-- commons-io:commons-io:2.5

|-- commons-lang:commons-lang:2.3

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

|-- org.mnode.ical4j:ical4j:1.0.5.2

|-- javax.annotation:jsr250-api:1.0

|-- javax.servlet:jstl:1.1.2

|-- jcifs:jcifs:1.3.17

|-- joda-time:joda-time

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

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

|-- org.jasig.cas:cas-client-core

|-- org.jasig.resourceserver:resource-server-content

|-- org.jasig.resourceserver:resource-server-utils

|-- org.jasig.portal:uportal-search-api:4.0.10

|-- org.hibernate:hibernate:3.2.3.ga

|-- org.jasig.portlet.courses:courses-portlet-dao:1.0.0-M3

|-- org.jasig.portlet.utils:portlet-form-resources:1.0.0-M1

|-- org.jvnet.jaxb2_commons:jaxb2-basics-runtime

|-- org.mockito:mockito-core

|-- org.osaf:caldav4j:0.7

|-- org.owasp:antisamy:1.4

|-- org.springframework:spring-aop

|-- org.springframework:spring-orm

|-- org.springframework:spring-test

|-- org.springframework:spring-web

|-- org.springframework:spring-webmvc-portlet

|-- org.springframework.ws:spring-ws-core:2.1.0.RELEASE

|-- org.springframework.ws:spring-ws-security:2.1.0.RELEASE

|-- rome:rome:0.9

|-- slide:jakarta-slide-webdavlib:2.2pre1-httpclient-3.0

|-- taglibs:standard:1.1.2

|-- xalan:serializer:2.7.1

|-- xerces:xercesImpl:2.8.1

|-- org.slf4j:slf4j-api

|-- org.slf4j:jul-to-slf4j

|-- org.slf4j:log4j-over-slf4j

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

|-- ch.qos.logback:logback-classic

provided

|-- javax.portlet:portlet-api:2.0

|-- javax.servlet:servlet-api:2.5

|-- org.apache.portals.pluto:pluto-taglib:2.1.0-M3

runtime

|-- net.sourceforge.nekohtml:nekohtml:1.9.14

|-- org.springframework:spring-jdbc

test

|-- junit:junit:4.8.2