Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdpl.morgwai.base |
ArtifactId | ArtifactIdguice-context-scopes |
Version | Version1.0-alpha3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/pl.morgwai.base/guice-context-scopes/ -->
<dependency>
<groupId>pl.morgwai.base</groupId>
<artifactId>guice-context-scopes</artifactId>
<version>1.0-alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/pl.morgwai.base/guice-context-scopes/
implementation 'pl.morgwai.base:guice-context-scopes:1.0-alpha3'
// https://jarcasting.com/artifacts/pl.morgwai.base/guice-context-scopes/
implementation ("pl.morgwai.base:guice-context-scopes:1.0-alpha3")
'pl.morgwai.base:guice-context-scopes:jar:1.0-alpha3'
<dependency org="pl.morgwai.base" name="guice-context-scopes" rev="1.0-alpha3">
<artifact name="guice-context-scopes" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.morgwai.base', module='guice-context-scopes', version='1.0-alpha3')
)
libraryDependencies += "pl.morgwai.base" % "guice-context-scopes" % "1.0-alpha3"
[pl.morgwai.base/guice-context-scopes "1.0-alpha3"]