| Categories | CategoriesTape Data Data Structures | 
|---|---|
| GroupId | GroupIdorg.apache.tapestry | 
| ArtifactId | ArtifactIdtapestry5-annotations | 
| Version | Version5.5.0-beta-3 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.apache.tapestry/tapestry5-annotations/ -->
<dependency>
    <groupId>org.apache.tapestry</groupId>
    <artifactId>tapestry5-annotations</artifactId>
    <version>5.5.0-beta-3</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry5-annotations/
implementation 'org.apache.tapestry:tapestry5-annotations:5.5.0-beta-3'// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry5-annotations/
implementation ("org.apache.tapestry:tapestry5-annotations:5.5.0-beta-3")'org.apache.tapestry:tapestry5-annotations:jar:5.5.0-beta-3'<dependency org="org.apache.tapestry" name="tapestry5-annotations" rev="5.5.0-beta-3">
  <artifact name="tapestry5-annotations" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.tapestry', module='tapestry5-annotations', version='5.5.0-beta-3')
)libraryDependencies += "org.apache.tapestry" % "tapestry5-annotations" % "5.5.0-beta-3"[org.apache.tapestry/tapestry5-annotations "5.5.0-beta-3"]