Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.jax-ws-commons |
ArtifactId | ArtifactIdhttp-session-scope |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHTTP session-scope extension
Simplifies the development of services that are tied to HTTP session.
|
<!-- https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/http-session-scope/ -->
<dependency>
<groupId>org.jvnet.jax-ws-commons</groupId>
<artifactId>http-session-scope</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/http-session-scope/
implementation 'org.jvnet.jax-ws-commons:http-session-scope:1.1'
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/http-session-scope/
implementation ("org.jvnet.jax-ws-commons:http-session-scope:1.1")
'org.jvnet.jax-ws-commons:http-session-scope:jar:1.1'
<dependency org="org.jvnet.jax-ws-commons" name="http-session-scope" rev="1.1">
<artifact name="http-session-scope" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jax-ws-commons', module='http-session-scope', version='1.1')
)
libraryDependencies += "org.jvnet.jax-ws-commons" % "http-session-scope" % "1.1"
[org.jvnet.jax-ws-commons/http-session-scope "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.ws : jaxws-rt | jar | 2.1 |
javax.servlet : servlet-api | jar | 2.4 |