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