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