Survey Portlet
Survey Portlet allows for creating, delivering, and recording multiple choice surveys.
Additional Resources:
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jasig.portlet |
| Идентификатор | Идентификаторsurvey-portlet |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
Описаниеsurvey-portlet
Portlet for creating and administering survey/questionnaires
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.portlet : portlet-api | jar | 2.0 |
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.0.13 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
Survey Portlet allows for creating, delivering, and recording multiple choice surveys.
Additional Resources: