GroupId | GroupIdorg.jasig |
---|---|
ArtifactId | ArtifactIdAjaxPortletSupport |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
AjaxPortletSupport-1.0.8.pom | |
AjaxPortletSupport-1.0.8.jar | 18 KB |
AjaxPortletSupport-1.0.8-sources.jar | 13 KB |
AjaxPortletSupport-1.0.8-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasig/AjaxPortletSupport/ -->
<dependency>
<groupId>org.jasig</groupId>
<artifactId>AjaxPortletSupport</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig/AjaxPortletSupport/
implementation 'org.jasig:AjaxPortletSupport:1.0.8'
// https://jarcasting.com/artifacts/org.jasig/AjaxPortletSupport/
implementation ("org.jasig:AjaxPortletSupport:1.0.8")
'org.jasig:AjaxPortletSupport:jar:1.0.8'
<dependency org="org.jasig" name="AjaxPortletSupport" rev="1.0.8">
<artifact name="AjaxPortletSupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig', module='AjaxPortletSupport', version='1.0.8')
)
libraryDependencies += "org.jasig" % "AjaxPortletSupport" % "1.0.8"
[org.jasig/AjaxPortletSupport "1.0.8"]