Categories |
CategoriesTape Data Data Structures |
---|---|
GroupId | GroupIdorg.apache.tapestry |
ArtifactId | ArtifactIdtapestry-ioc-jcache |
Version | Version5.5.0-beta-3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-ioc-jcache/ -->
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-ioc-jcache</artifactId>
<version>5.5.0-beta-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-ioc-jcache/
implementation 'org.apache.tapestry:tapestry-ioc-jcache:5.5.0-beta-3'
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-ioc-jcache/
implementation ("org.apache.tapestry:tapestry-ioc-jcache:5.5.0-beta-3")
'org.apache.tapestry:tapestry-ioc-jcache:jar:5.5.0-beta-3'
<dependency org="org.apache.tapestry" name="tapestry-ioc-jcache" rev="5.5.0-beta-3">
<artifact name="tapestry-ioc-jcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tapestry', module='tapestry-ioc-jcache', version='5.5.0-beta-3')
)
libraryDependencies += "org.apache.tapestry" % "tapestry-ioc-jcache" % "5.5.0-beta-3"
[org.apache.tapestry/tapestry-ioc-jcache "5.5.0-beta-3"]