is not current version
Last Version 1.3-javax

pl.morgwai.base:servlet-utils 1.1-javax

Some helpful classes when developing servlets

GroupId

GroupId

pl.morgwai.base
ArtifactId

ArtifactId

servlet-utils
Version

Version

1.1-javax
Type

Type

jar

Download servlet-utils 1.1-javax


<!-- https://jarcasting.com/artifacts/pl.morgwai.base/servlet-utils/ -->
<dependency>
    <groupId>pl.morgwai.base</groupId>
    <artifactId>servlet-utils</artifactId>
    <version>1.1-javax</version>
</dependency>
// https://jarcasting.com/artifacts/pl.morgwai.base/servlet-utils/
implementation 'pl.morgwai.base:servlet-utils:1.1-javax'
// https://jarcasting.com/artifacts/pl.morgwai.base/servlet-utils/
implementation ("pl.morgwai.base:servlet-utils:1.1-javax")
'pl.morgwai.base:servlet-utils:jar:1.1-javax'
<dependency org="pl.morgwai.base" name="servlet-utils" rev="1.1-javax">
  <artifact name="servlet-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.morgwai.base', module='servlet-utils', version='1.1-javax')
)
libraryDependencies += "pl.morgwai.base" % "servlet-utils" % "1.1-javax"
[pl.morgwai.base/servlet-utils "1.1-javax"]