License |
License |
---|---|
GroupId | GroupIdorg.apache.portals.pluto.templating |
ArtifactId | ArtifactIdtemplating |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPluto Templating
Apache Pluto is the Reference Implementation of the Java Portlet Specification.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
templating-3.1.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.portals.pluto.templating/templating/ -->
<dependency>
<groupId>org.apache.portals.pluto.templating</groupId>
<artifactId>templating</artifactId>
<version>3.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.portals.pluto.templating/templating/
implementation 'org.apache.portals.pluto.templating:templating:3.1.1'
// https://jarcasting.com/artifacts/org.apache.portals.pluto.templating/templating/
implementation ("org.apache.portals.pluto.templating:templating:3.1.1")
'org.apache.portals.pluto.templating:templating:pom:3.1.1'
<dependency org="org.apache.portals.pluto.templating" name="templating" rev="3.1.1">
<artifact name="templating" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.portals.pluto.templating', module='templating', version='3.1.1')
)
libraryDependencies += "org.apache.portals.pluto.templating" % "templating" % "3.1.1"
[org.apache.portals.pluto.templating/templating "3.1.1"]