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