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