GroupId | GroupIdorg.jasig.portlet.simplecontent |
---|---|
ArtifactId | ArtifactIdSimpleContentPortlet |
Version | Version0.2 |
Type | Typewar |
Filename | Size |
---|---|
SimpleContentPortlet-0.2.pom | |
SimpleContentPortlet-0.2.war | 8 MB |
SimpleContentPortlet-0.2-sources.jar | 25 KB |
SimpleContentPortlet-0.2-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasig.portlet.simplecontent/SimpleContentPortlet/ -->
<dependency>
<groupId>org.jasig.portlet.simplecontent</groupId>
<artifactId>SimpleContentPortlet</artifactId>
<version>0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portlet.simplecontent/SimpleContentPortlet/
implementation 'org.jasig.portlet.simplecontent:SimpleContentPortlet:0.2'
// https://jarcasting.com/artifacts/org.jasig.portlet.simplecontent/SimpleContentPortlet/
implementation ("org.jasig.portlet.simplecontent:SimpleContentPortlet:0.2")
'org.jasig.portlet.simplecontent:SimpleContentPortlet:war:0.2'
<dependency org="org.jasig.portlet.simplecontent" name="SimpleContentPortlet" rev="0.2">
<artifact name="SimpleContentPortlet" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portlet.simplecontent', module='SimpleContentPortlet', version='0.2')
)
libraryDependencies += "org.jasig.portlet.simplecontent" % "SimpleContentPortlet" % "0.2"
[org.jasig.portlet.simplecontent/SimpleContentPortlet "0.2"]