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