GroupId | GroupIdorg.jasig.portlet |
---|---|
ArtifactId | ArtifactIdsurvey-portlet |
Version | Version1.0.1 |
Type | Typewar |
Filename | Size |
---|---|
survey-portlet-1.0.1.pom | |
survey-portlet-1.0.1.war | 41 MB |
survey-portlet-1.0.1-sources.jar | 81 KB |
survey-portlet-1.0.1-javadoc.jar | 380 KB |
survey-portlet-1.0.1-distribution.zip | 105 KB |
survey-portlet-1.0.1-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.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portlet/survey-portlet/
implementation 'org.jasig.portlet:survey-portlet:1.0.1'
// https://jarcasting.com/artifacts/org.jasig.portlet/survey-portlet/
implementation ("org.jasig.portlet:survey-portlet:1.0.1")
'org.jasig.portlet:survey-portlet:war:1.0.1'
<dependency org="org.jasig.portlet" name="survey-portlet" rev="1.0.1">
<artifact name="survey-portlet" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portlet', module='survey-portlet', version='1.0.1')
)
libraryDependencies += "org.jasig.portlet" % "survey-portlet" % "1.0.1"
[org.jasig.portlet/survey-portlet "1.0.1"]