| License | License | 
|---|---|
| Categories | CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection | 
| GroupId | GroupIdpl.morgwai.base | 
| ArtifactId | ArtifactIdguice-context-scopes | 
| Version | Version1.0-alpha2 | 
| Type | Typejar | 
| Description | DescriptionServer-side call context Guice Scopes base Classes for building server-side call context Guice Scopes | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/pl.morgwai.base/guice-context-scopes/ -->
<dependency>
    <groupId>pl.morgwai.base</groupId>
    <artifactId>guice-context-scopes</artifactId>
    <version>1.0-alpha2</version>
</dependency>// https://jarcasting.com/artifacts/pl.morgwai.base/guice-context-scopes/
implementation 'pl.morgwai.base:guice-context-scopes:1.0-alpha2'// https://jarcasting.com/artifacts/pl.morgwai.base/guice-context-scopes/
implementation ("pl.morgwai.base:guice-context-scopes:1.0-alpha2")'pl.morgwai.base:guice-context-scopes:jar:1.0-alpha2'<dependency org="pl.morgwai.base" name="guice-context-scopes" rev="1.0-alpha2">
  <artifact name="guice-context-scopes" type="jar" />
</dependency>@Grapes(
@Grab(group='pl.morgwai.base', module='guice-context-scopes', version='1.0-alpha2')
)libraryDependencies += "pl.morgwai.base" % "guice-context-scopes" % "1.0-alpha2"[pl.morgwai.base/guice-context-scopes "1.0-alpha2"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.inject : guice | jar | 5.0.1 |