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