| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.pluto |
| ArtifactId | ArtifactIdpluto-taglib |
| Last Version | Last Version1.1.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPluto Portlet Tag Library
Pluto's Java Portlet Specification Tag Library implementation
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| pluto-taglib-1.1.7.pom | |
| pluto-taglib-1.1.7.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.pluto/pluto-taglib/ -->
<dependency>
<groupId>org.apache.pluto</groupId>
<artifactId>pluto-taglib</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pluto/pluto-taglib/
implementation 'org.apache.pluto:pluto-taglib:1.1.7'
// https://jarcasting.com/artifacts/org.apache.pluto/pluto-taglib/
implementation ("org.apache.pluto:pluto-taglib:1.1.7")
'org.apache.pluto:pluto-taglib:jar:1.1.7'
<dependency org="org.apache.pluto" name="pluto-taglib" rev="1.1.7">
<artifact name="pluto-taglib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.pluto', module='pluto-taglib', version='1.1.7')
)
libraryDependencies += "org.apache.pluto" % "pluto-taglib" % "1.1.7"
[org.apache.pluto/pluto-taglib "1.1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging-api | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.portlet : portlet-api | jar | 1.0 |
| javax.servlet : servlet-api | jar | 2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |