GroupId | GroupIdpl.morgwai.base |
---|---|
ArtifactId | ArtifactIdservlet-scopes |
Version | Version7.0-jakarta |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/pl.morgwai.base/servlet-scopes/ -->
<dependency>
<groupId>pl.morgwai.base</groupId>
<artifactId>servlet-scopes</artifactId>
<version>7.0-jakarta</version>
</dependency>
// https://jarcasting.com/artifacts/pl.morgwai.base/servlet-scopes/
implementation 'pl.morgwai.base:servlet-scopes:7.0-jakarta'
// https://jarcasting.com/artifacts/pl.morgwai.base/servlet-scopes/
implementation ("pl.morgwai.base:servlet-scopes:7.0-jakarta")
'pl.morgwai.base:servlet-scopes:jar:7.0-jakarta'
<dependency org="pl.morgwai.base" name="servlet-scopes" rev="7.0-jakarta">
<artifact name="servlet-scopes" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.morgwai.base', module='servlet-scopes', version='7.0-jakarta')
)
libraryDependencies += "pl.morgwai.base" % "servlet-scopes" % "7.0-jakarta"
[pl.morgwai.base/servlet-scopes "7.0-jakarta"]