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