is not current version
Last Version 7.2-javax

pl.morgwai.base:servlet-scopes 6.0-javax

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

6.0-javax
Type

Type

jar

Download servlet-scopes 6.0-javax


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