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