License |
License |
---|---|
GroupId | GroupIdorg.pustefixframework.samples |
ArtifactId | ArtifactIdmoduletest |
Last Version | Last Version0.23.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionPustefix module test application
Pustefix Web Application Framework
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
moduletest-0.23.0.pom | |
moduletest-0.23.0.war | 7 MB |
moduletest-0.23.0-sources.jar | 9 KB |
moduletest-0.23.0-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pustefixframework.samples/moduletest/ -->
<dependency>
<groupId>org.pustefixframework.samples</groupId>
<artifactId>moduletest</artifactId>
<version>0.23.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.pustefixframework.samples/moduletest/
implementation 'org.pustefixframework.samples:moduletest:0.23.0'
// https://jarcasting.com/artifacts/org.pustefixframework.samples/moduletest/
implementation ("org.pustefixframework.samples:moduletest:0.23.0")
'org.pustefixframework.samples:moduletest:war:0.23.0'
<dependency org="org.pustefixframework.samples" name="moduletest" rev="0.23.0">
<artifact name="moduletest" type="war" />
</dependency>
@Grapes(
@Grab(group='org.pustefixframework.samples', module='moduletest', version='0.23.0')
)
libraryDependencies += "org.pustefixframework.samples" % "moduletest" % "0.23.0"
[org.pustefixframework.samples/moduletest "0.23.0"]
Group / Artifact | Type | Version |
---|---|---|
org.pustefixframework : pustefix-core | jar | 0.23.0 |
org.pustefixframework.samples.modules : sample-module-A | jar | 0.23.0 |
org.pustefixframework.samples.modules : sample-module-B | jar | 0.23.0 |
org.pustefixframework.samples.modules : sample-module-C | jar | 0.23.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |