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