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