is not current version
Last Version 5.8.2

org.apache.tapestry:tapestry-core 5.2.0

Central module for Tapestry, containing interfaces to the Java Servlet API and all core services and components.

Categories

Categories

Tape Data Data Structures
GroupId

GroupId

org.apache.tapestry
ArtifactId

ArtifactId

tapestry-core
Version

Version

5.2.0
Type

Type

jar

Download tapestry-core 5.2.0


<!-- https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-core/ -->
<dependency>
    <groupId>org.apache.tapestry</groupId>
    <artifactId>tapestry-core</artifactId>
    <version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-core/
implementation 'org.apache.tapestry:tapestry-core:5.2.0'
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-core/
implementation ("org.apache.tapestry:tapestry-core:5.2.0")
'org.apache.tapestry:tapestry-core:jar:5.2.0'
<dependency org="org.apache.tapestry" name="tapestry-core" rev="5.2.0">
  <artifact name="tapestry-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tapestry', module='tapestry-core', version='5.2.0')
)
libraryDependencies += "org.apache.tapestry" % "tapestry-core" % "5.2.0"
[org.apache.tapestry/tapestry-core "5.2.0"]