Categories |
CategoriesTape Data Data Structures |
---|---|
GroupId | GroupIdorg.apache.tapestry |
ArtifactId | ArtifactIdtapestry-portlet |
Version | Version4.1.3 |
Type | Typejar |
Filename | Size |
---|---|
tapestry-portlet-4.1.3.pom | |
tapestry-portlet-4.1.3.jar | 61 KB |
tapestry-portlet-4.1.3-sources.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-portlet/ -->
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-portlet</artifactId>
<version>4.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-portlet/
implementation 'org.apache.tapestry:tapestry-portlet:4.1.3'
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-portlet/
implementation ("org.apache.tapestry:tapestry-portlet:4.1.3")
'org.apache.tapestry:tapestry-portlet:jar:4.1.3'
<dependency org="org.apache.tapestry" name="tapestry-portlet" rev="4.1.3">
<artifact name="tapestry-portlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tapestry', module='tapestry-portlet', version='4.1.3')
)
libraryDependencies += "org.apache.tapestry" % "tapestry-portlet" % "4.1.3"
[org.apache.tapestry/tapestry-portlet "4.1.3"]