GroupId | GroupIdpl.morgwai.base |
---|---|
ArtifactId | ArtifactIdservlet-scopes |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
servlet-scopes-3.0.pom | |
servlet-scopes-3.0.jar | 33 KB |
servlet-scopes-3.0-sources.jar | 20 KB |
servlet-scopes-3.0-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>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.morgwai.base/servlet-scopes/
implementation 'pl.morgwai.base:servlet-scopes:3.0'
// https://jarcasting.com/artifacts/pl.morgwai.base/servlet-scopes/
implementation ("pl.morgwai.base:servlet-scopes:3.0")
'pl.morgwai.base:servlet-scopes:jar:3.0'
<dependency org="pl.morgwai.base" name="servlet-scopes" rev="3.0">
<artifact name="servlet-scopes" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.morgwai.base', module='servlet-scopes', version='3.0')
)
libraryDependencies += "pl.morgwai.base" % "servlet-scopes" % "3.0"
[pl.morgwai.base/servlet-scopes "3.0"]