Categories |
CategoriesTape Data Data Structures |
---|---|
GroupId | GroupIdorg.apache.tapestry |
ArtifactId | ArtifactIdtapestry-annotations |
Last Version | Last Version5.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
tapestry-annotations-5.3.0.pom | |
tapestry-annotations-5.3.0.jar | 10 KB |
tapestry-annotations-5.3.0-sources.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-annotations/ -->
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-annotations</artifactId>
<version>5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-annotations/
implementation 'org.apache.tapestry:tapestry-annotations:5.3.0'
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-annotations/
implementation ("org.apache.tapestry:tapestry-annotations:5.3.0")
'org.apache.tapestry:tapestry-annotations:jar:5.3.0'
<dependency org="org.apache.tapestry" name="tapestry-annotations" rev="5.3.0">
<artifact name="tapestry-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tapestry', module='tapestry-annotations', version='5.3.0')
)
libraryDependencies += "org.apache.tapestry" % "tapestry-annotations" % "5.3.0"
[org.apache.tapestry/tapestry-annotations "5.3.0"]