GroupId | GroupIdpl.morgwai.base |
---|---|
ArtifactId | ArtifactIdservlet-scopes |
Version | Version2.0-alpha1 |
Type | Typejar |
Filename | Size |
---|---|
servlet-scopes-2.0-alpha1.pom | |
servlet-scopes-2.0-alpha1.jar | 33 KB |
servlet-scopes-2.0-alpha1-sources.jar | 20 KB |
servlet-scopes-2.0-alpha1-javadoc.jar | 472 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.morgwai.base/servlet-scopes/ -->
<dependency>
<groupId>pl.morgwai.base</groupId>
<artifactId>servlet-scopes</artifactId>
<version>2.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.morgwai.base/servlet-scopes/
implementation 'pl.morgwai.base:servlet-scopes:2.0-alpha1'
// https://jarcasting.com/artifacts/pl.morgwai.base/servlet-scopes/
implementation ("pl.morgwai.base:servlet-scopes:2.0-alpha1")
'pl.morgwai.base:servlet-scopes:jar:2.0-alpha1'
<dependency org="pl.morgwai.base" name="servlet-scopes" rev="2.0-alpha1">
<artifact name="servlet-scopes" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.morgwai.base', module='servlet-scopes', version='2.0-alpha1')
)
libraryDependencies += "pl.morgwai.base" % "servlet-scopes" % "2.0-alpha1"
[pl.morgwai.base/servlet-scopes "2.0-alpha1"]