GroupId | GroupIdorg.jasig.portlet |
---|---|
ArtifactId | ArtifactIdContentManagementPortlet |
Version | Version0.0.1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.jasig.portlet/ContentManagementPortlet/ -->
<dependency>
<groupId>org.jasig.portlet</groupId>
<artifactId>ContentManagementPortlet</artifactId>
<version>0.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portlet/ContentManagementPortlet/
implementation 'org.jasig.portlet:ContentManagementPortlet:0.0.1'
// https://jarcasting.com/artifacts/org.jasig.portlet/ContentManagementPortlet/
implementation ("org.jasig.portlet:ContentManagementPortlet:0.0.1")
'org.jasig.portlet:ContentManagementPortlet:war:0.0.1'
<dependency org="org.jasig.portlet" name="ContentManagementPortlet" rev="0.0.1">
<artifact name="ContentManagementPortlet" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portlet', module='ContentManagementPortlet', version='0.0.1')
)
libraryDependencies += "org.jasig.portlet" % "ContentManagementPortlet" % "0.0.1"
[org.jasig.portlet/ContentManagementPortlet "0.0.1"]