Categories |
CategoriesTape Data Data Structures |
---|---|
GroupId | GroupIdtapestry |
ArtifactId | ArtifactIdtapestry-contrib |
Version | Version4.0-beta-13 |
Type | Typejar |
Filename | Size |
---|---|
tapestry-contrib-4.0-beta-13.pom | |
tapestry-contrib-4.0-beta-13.jar | 309 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tapestry/tapestry-contrib/ -->
<dependency>
<groupId>tapestry</groupId>
<artifactId>tapestry-contrib</artifactId>
<version>4.0-beta-13</version>
</dependency>
// https://jarcasting.com/artifacts/tapestry/tapestry-contrib/
implementation 'tapestry:tapestry-contrib:4.0-beta-13'
// https://jarcasting.com/artifacts/tapestry/tapestry-contrib/
implementation ("tapestry:tapestry-contrib:4.0-beta-13")
'tapestry:tapestry-contrib:jar:4.0-beta-13'
<dependency org="tapestry" name="tapestry-contrib" rev="4.0-beta-13">
<artifact name="tapestry-contrib" type="jar" />
</dependency>
@Grapes(
@Grab(group='tapestry', module='tapestry-contrib', version='4.0-beta-13')
)
libraryDependencies += "tapestry" % "tapestry-contrib" % "4.0-beta-13"
[tapestry/tapestry-contrib "4.0-beta-13"]