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