is not current version
Last Version 7.2-javax

pl.morgwai.base:servlet-scopes 1.0-alpha1

Servlet and websocket Guice scopes, that are automatically transferred when dispatching work to other threads

GroupId

GroupId

pl.morgwai.base
ArtifactId

ArtifactId

servlet-scopes
Version

Version

1.0-alpha1
Type

Type

jar

Download servlet-scopes 1.0-alpha1


<!-- https://jarcasting.com/artifacts/pl.morgwai.base/servlet-scopes/ -->
<dependency>
    <groupId>pl.morgwai.base</groupId>
    <artifactId>servlet-scopes</artifactId>
    <version>1.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.morgwai.base/servlet-scopes/
implementation 'pl.morgwai.base:servlet-scopes:1.0-alpha1'
// https://jarcasting.com/artifacts/pl.morgwai.base/servlet-scopes/
implementation ("pl.morgwai.base:servlet-scopes:1.0-alpha1")
'pl.morgwai.base:servlet-scopes:jar:1.0-alpha1'
<dependency org="pl.morgwai.base" name="servlet-scopes" rev="1.0-alpha1">
  <artifact name="servlet-scopes" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.morgwai.base', module='servlet-scopes', version='1.0-alpha1')
)
libraryDependencies += "pl.morgwai.base" % "servlet-scopes" % "1.0-alpha1"
[pl.morgwai.base/servlet-scopes "1.0-alpha1"]