is not current version
Last Version 1.1

org.jvnet.jax-ws-commons:http-session-scope 1.0

Simplifies the development of services that are tied to HTTP session.

Categories

Categories

Net
GroupId

GroupId

org.jvnet.jax-ws-commons
ArtifactId

ArtifactId

http-session-scope
Version

Version

1.0
Type

Type

jar

Download http-session-scope 1.0


<!-- 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/http-session-scope/
implementation 'org.jvnet.jax-ws-commons:http-session-scope:1.0'
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/http-session-scope/
implementation ("org.jvnet.jax-ws-commons:http-session-scope:1.0")
'org.jvnet.jax-ws-commons:http-session-scope:jar:1.0'
<dependency org="org.jvnet.jax-ws-commons" name="http-session-scope" rev="1.0">
  <artifact name="http-session-scope" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jax-ws-commons', module='http-session-scope', version='1.0')
)
libraryDependencies += "org.jvnet.jax-ws-commons" % "http-session-scope" % "1.0"
[org.jvnet.jax-ws-commons/http-session-scope "1.0"]