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