| License |
License |
|---|---|
| GroupId | GroupIdcom.meschbach.psi |
| ArtifactId | ArtifactIdsalutator |
| Last Version | Last Version2.4 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionSalutator Webapp
Example JAXRS application used for demonstrating PSI
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| salutator-2.4.pom | |
| salutator-2.4.war | 10 MB |
| salutator-2.4-sources.jar | 4 KB |
| salutator-2.4-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.meschbach.psi/salutator/ -->
<dependency>
<groupId>com.meschbach.psi</groupId>
<artifactId>salutator</artifactId>
<version>2.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.meschbach.psi/salutator/
implementation 'com.meschbach.psi:salutator:2.4'
// https://jarcasting.com/artifacts/com.meschbach.psi/salutator/
implementation ("com.meschbach.psi:salutator:2.4")
'com.meschbach.psi:salutator:war:2.4'
<dependency org="com.meschbach.psi" name="salutator" rev="2.4">
<artifact name="salutator" type="war" />
</dependency>
@Grapes(
@Grab(group='com.meschbach.psi', module='salutator', version='2.4')
)
libraryDependencies += "com.meschbach.psi" % "salutator" % "2.4"
[com.meschbach.psi/salutator "2.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.cxf : cxf-rt-frontend-jaxrs | jar | 2.3.1 |
| org.apache.cxf : cxf-rt-frontend-jaxws | jar | 2.3.1 |
| org.apache.cxf : cxf-rt-transports-http | jar | 2.3.1 |
| org.testng : testng | jar | 5.14.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| javax.servlet.jsp : jsp-api | jar | 2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-all | jar | 1.8.5 |