License |
License |
---|---|
Categories |
CategoriesTape Data Data Structures ORM |
GroupId | GroupIdcom.porscheinformatik.tapestry.jaxws |
ArtifactId | ArtifactIdtapestry-jaxws |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTapestry JAX-WS Integration
Integrates JAX-WS web services with Apache Tapestry
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tapestry-jaxws-2.0.1.pom | |
tapestry-jaxws-2.0.1.jar | 15 KB |
tapestry-jaxws-2.0.1-sources.jar | 9 KB |
tapestry-jaxws-2.0.1-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.porscheinformatik.tapestry.jaxws/tapestry-jaxws/ -->
<dependency>
<groupId>com.porscheinformatik.tapestry.jaxws</groupId>
<artifactId>tapestry-jaxws</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.porscheinformatik.tapestry.jaxws/tapestry-jaxws/
implementation 'com.porscheinformatik.tapestry.jaxws:tapestry-jaxws:2.0.1'
// https://jarcasting.com/artifacts/com.porscheinformatik.tapestry.jaxws/tapestry-jaxws/
implementation ("com.porscheinformatik.tapestry.jaxws:tapestry-jaxws:2.0.1")
'com.porscheinformatik.tapestry.jaxws:tapestry-jaxws:jar:2.0.1'
<dependency org="com.porscheinformatik.tapestry.jaxws" name="tapestry-jaxws" rev="2.0.1">
<artifact name="tapestry-jaxws" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.porscheinformatik.tapestry.jaxws', module='tapestry-jaxws', version='2.0.1')
)
libraryDependencies += "com.porscheinformatik.tapestry.jaxws" % "tapestry-jaxws" % "2.0.1"
[com.porscheinformatik.tapestry.jaxws/tapestry-jaxws "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.xml.ws : jaxws-api | jar | 2.3.1 |
org.apache.tapestry : tapestry-core | jar | 5.7.2 |
org.slf4j : slf4j-api | jar | 1.7.30 |
com.sun.xml.ws : jaxws-rt Optional | jar | 2.3.3 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |