| GroupId | GroupIdorg.pustefixframework |
|---|---|
| ArtifactId | ArtifactIdpustefix-testsuite |
| Version | Version0.16.5 |
| Type | Typewar |
| Filename | Size |
|---|---|
| pustefix-testsuite-0.16.5.pom | |
| pustefix-testsuite-0.16.5.war | 8 MB |
| pustefix-testsuite-0.16.5-sources.jar | 12 KB |
| pustefix-testsuite-0.16.5-javadoc.jar | 80 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.pustefixframework/pustefix-testsuite/ -->
<dependency>
<groupId>org.pustefixframework</groupId>
<artifactId>pustefix-testsuite</artifactId>
<version>0.16.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.pustefixframework/pustefix-testsuite/
implementation 'org.pustefixframework:pustefix-testsuite:0.16.5'
// https://jarcasting.com/artifacts/org.pustefixframework/pustefix-testsuite/
implementation ("org.pustefixframework:pustefix-testsuite:0.16.5")
'org.pustefixframework:pustefix-testsuite:war:0.16.5'
<dependency org="org.pustefixframework" name="pustefix-testsuite" rev="0.16.5">
<artifact name="pustefix-testsuite" type="war" />
</dependency>
@Grapes(
@Grab(group='org.pustefixframework', module='pustefix-testsuite', version='0.16.5')
)
libraryDependencies += "org.pustefixframework" % "pustefix-testsuite" % "0.16.5"
[org.pustefixframework/pustefix-testsuite "0.16.5"]