Categories |
CategoriesTape Data Data Structures |
---|---|
GroupId | GroupIdorg.apache.tapestry |
ArtifactId | ArtifactIdtapestry-core |
Version | Version5.5.0-beta-3 |
Type | Typejar |
Filename | Size |
---|---|
tapestry-core-5.5.0-beta-3.pom | |
tapestry-core-5.5.0-beta-3.jar | 2 MB |
tapestry-core-5.5.0-beta-3-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.5.0-beta-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-core/
implementation 'org.apache.tapestry:tapestry-core:5.5.0-beta-3'
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-core/
implementation ("org.apache.tapestry:tapestry-core:5.5.0-beta-3")
'org.apache.tapestry:tapestry-core:jar:5.5.0-beta-3'
<dependency org="org.apache.tapestry" name="tapestry-core" rev="5.5.0-beta-3">
<artifact name="tapestry-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tapestry', module='tapestry-core', version='5.5.0-beta-3')
)
libraryDependencies += "org.apache.tapestry" % "tapestry-core" % "5.5.0-beta-3"
[org.apache.tapestry/tapestry-core "5.5.0-beta-3"]