Survey Portlet
Survey Portlet allows for creating, delivering, and recording multiple choice surveys.
Additional Resources:
| License |
License |
|---|---|
| GroupId | GroupIdorg.jasig.portlet |
| ArtifactId | ArtifactIdsurvey-portlet |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
Descriptionsurvey-portlet
Portlet for creating and administering survey/questionnaires
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| survey-portlet-1.1.0.pom | |
| survey-portlet-1.1.0.war | 41 MB |
| survey-portlet-1.1.0-sources.jar | 81 KB |
| survey-portlet-1.1.0-javadoc.jar | 380 KB |
| survey-portlet-1.1.0-distribution.zip | 105 KB |
| survey-portlet-1.1.0-classes.jar | 96 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jasig.portlet/survey-portlet/ -->
<dependency>
<groupId>org.jasig.portlet</groupId>
<artifactId>survey-portlet</artifactId>
<version>1.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portlet/survey-portlet/
implementation 'org.jasig.portlet:survey-portlet:1.1.0'
// https://jarcasting.com/artifacts/org.jasig.portlet/survey-portlet/
implementation ("org.jasig.portlet:survey-portlet:1.1.0")
'org.jasig.portlet:survey-portlet:war:1.1.0'
<dependency org="org.jasig.portlet" name="survey-portlet" rev="1.1.0">
<artifact name="survey-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portlet', module='survey-portlet', version='1.1.0')
)
libraryDependencies += "org.jasig.portlet" % "survey-portlet" % "1.1.0"
[org.jasig.portlet/survey-portlet "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.portlet : portlet-api | jar | 2.0 |
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.0.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
Survey Portlet allows for creating, delivering, and recording multiple choice surveys.
Additional Resources: