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