Categories |
CategoriesAnt Build Tools Tape Data Data Structures |
---|---|
GroupId | GroupIdorg.apache.tapestry |
ArtifactId | ArtifactIdtapestry-test-constants |
Version | Version5.4-beta-22 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-test-constants/ -->
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-test-constants</artifactId>
<version>5.4-beta-22</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-test-constants/
implementation 'org.apache.tapestry:tapestry-test-constants:5.4-beta-22'
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-test-constants/
implementation ("org.apache.tapestry:tapestry-test-constants:5.4-beta-22")
'org.apache.tapestry:tapestry-test-constants:jar:5.4-beta-22'
<dependency org="org.apache.tapestry" name="tapestry-test-constants" rev="5.4-beta-22">
<artifact name="tapestry-test-constants" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tapestry', module='tapestry-test-constants', version='5.4-beta-22')
)
libraryDependencies += "org.apache.tapestry" % "tapestry-test-constants" % "5.4-beta-22"
[org.apache.tapestry/tapestry-test-constants "5.4-beta-22"]