Categories |
CategoriesJUnit Unit Testing Tape Data Data Structures |
---|---|
GroupId | GroupIdorg.apache.tapestry |
ArtifactId | ArtifactIdtapestry-ioc-junit |
Version | Version5.7.2 |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
tapestry-ioc-junit-5.7.2.pom | |
tapestry-ioc-junit-5.7.2.jar | 8 KB |
tapestry-ioc-junit-5.7.2-sources.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-ioc-junit/ -->
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-ioc-junit</artifactId>
<version>5.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-ioc-junit/
implementation 'org.apache.tapestry:tapestry-ioc-junit:5.7.2'
// https://jarcasting.com/artifacts/org.apache.tapestry/tapestry-ioc-junit/
implementation ("org.apache.tapestry:tapestry-ioc-junit:5.7.2")
'org.apache.tapestry:tapestry-ioc-junit:jar:5.7.2'
<dependency org="org.apache.tapestry" name="tapestry-ioc-junit" rev="5.7.2">
<artifact name="tapestry-ioc-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tapestry', module='tapestry-ioc-junit', version='5.7.2')
)
libraryDependencies += "org.apache.tapestry" % "tapestry-ioc-junit" % "5.7.2"
[org.apache.tapestry/tapestry-ioc-junit "5.7.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tapestry : tapestry-ioc | jar | 5.7.2 |
junit : junit | jar | 4.11 |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 1.3-groovy-2.5 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |