Categories |
CategoriesNet Tape Data Data Structures |
---|---|
GroupId | GroupIdtapestry |
ArtifactId | ArtifactIdnet.sf.tapestry.contrib |
Last Version | Last Version2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
net.sf.tapestry.contrib-2.2.pom | |
net.sf.tapestry.contrib-2.2.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tapestry/net.sf.tapestry.contrib/ -->
<dependency>
<groupId>tapestry</groupId>
<artifactId>net.sf.tapestry.contrib</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/tapestry/net.sf.tapestry.contrib/
implementation 'tapestry:net.sf.tapestry.contrib:2.2'
// https://jarcasting.com/artifacts/tapestry/net.sf.tapestry.contrib/
implementation ("tapestry:net.sf.tapestry.contrib:2.2")
'tapestry:net.sf.tapestry.contrib:jar:2.2'
<dependency org="tapestry" name="net.sf.tapestry.contrib" rev="2.2">
<artifact name="net.sf.tapestry.contrib" type="jar" />
</dependency>
@Grapes(
@Grab(group='tapestry', module='net.sf.tapestry.contrib', version='2.2')
)
libraryDependencies += "tapestry" % "net.sf.tapestry.contrib" % "2.2"
[tapestry/net.sf.tapestry.contrib "2.2"]