| License |
License |
|---|---|
| GroupId | GroupIdpl.morgwai.base |
| ArtifactId | ArtifactIdservlet-scopes |
| Last Version | Last Version7.2-javax |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionServlet and Websocket Guice Scopes
Servlet and websocket Guice scopes, that are automatically transferred when dispatching work to other threads
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| servlet-scopes-7.2-javax.pom | |
| servlet-scopes-7.2-javax.jar | 26 KB |
| servlet-scopes-7.2-javax-sources.jar | 14 KB |
| servlet-scopes-7.2-javax-javadoc.jar | 432 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.morgwai.base/servlet-scopes/ -->
<dependency>
<groupId>pl.morgwai.base</groupId>
<artifactId>servlet-scopes</artifactId>
<version>7.2-javax</version>
</dependency>
// https://jarcasting.com/artifacts/pl.morgwai.base/servlet-scopes/
implementation 'pl.morgwai.base:servlet-scopes:7.2-javax'
// https://jarcasting.com/artifacts/pl.morgwai.base/servlet-scopes/
implementation ("pl.morgwai.base:servlet-scopes:7.2-javax")
'pl.morgwai.base:servlet-scopes:jar:7.2-javax'
<dependency org="pl.morgwai.base" name="servlet-scopes" rev="7.2-javax">
<artifact name="servlet-scopes" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.morgwai.base', module='servlet-scopes', version='7.2-javax')
)
libraryDependencies += "pl.morgwai.base" % "servlet-scopes" % "7.2-javax"
[pl.morgwai.base/servlet-scopes "7.2-javax"]
| Group / Artifact | Type | Version |
|---|---|---|
| pl.morgwai.base : guice-context-scopes | jar | 5.2 |
| pl.morgwai.base : java-utils | jar | 1.9 |
| net.bytebuddy : byte-buddy Optional | jar | [1.12.2,) |
| org.slf4j : slf4j-api Optional | jar | [1.7.32,) |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | [4.13.2,4.999.0] |
| org.slf4j : slf4j-jdk14 | jar | [1.7.32,) |