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