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