License |
License |
---|---|
GroupId | GroupIdorg.pustefixframework.samples |
ArtifactId | ArtifactIdpustefix-mvctest |
Last Version | Last Version0.23.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionPustefix MVC Test
Pustefix Web Application Framework
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
pustefix-mvctest-0.23.0.pom | |
pustefix-mvctest-0.23.0.war | 8 MB |
pustefix-mvctest-0.23.0-sources.jar | 6 KB |
pustefix-mvctest-0.23.0-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.23.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.pustefixframework.samples/pustefix-mvctest/
implementation 'org.pustefixframework.samples:pustefix-mvctest:0.23.0'
// https://jarcasting.com/artifacts/org.pustefixframework.samples/pustefix-mvctest/
implementation ("org.pustefixframework.samples:pustefix-mvctest:0.23.0")
'org.pustefixframework.samples:pustefix-mvctest:war:0.23.0'
<dependency org="org.pustefixframework.samples" name="pustefix-mvctest" rev="0.23.0">
<artifact name="pustefix-mvctest" type="war" />
</dependency>
@Grapes(
@Grab(group='org.pustefixframework.samples', module='pustefix-mvctest', version='0.23.0')
)
libraryDependencies += "org.pustefixframework.samples" % "pustefix-mvctest" % "0.23.0"
[org.pustefixframework.samples/pustefix-mvctest "0.23.0"]
Group / Artifact | Type | Version |
---|---|---|
org.pustefixframework : pustefix-core | jar | 0.23.0 |
org.pustefixframework.webservices : pustefix-webservices-core | jar | 0.23.0 |
org.pustefixframework.webservices : pustefix-webservices-jsonws | jar | 0.23.0 |
org.pustefixframework.logging : pustefix-logback | jar | 0.23.0 |
org.springframework : spring-context | jar | 5.0.2.RELEASE |
org.springframework : spring-webmvc | jar | 5.0.2.RELEASE |
org.springframework : spring-test | jar | 5.0.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |