is not current version
Last Version 1.5.7

net.tokensmith:otter 1.5.3

Micro web framework for servlet api 4.0

Categories

Categories

Net
GroupId

GroupId

net.tokensmith
ArtifactId

ArtifactId

otter
Version

Version

1.5.3
Type

Type

jar

Download otter 1.5.3


<!-- https://jarcasting.com/artifacts/net.tokensmith/otter/ -->
<dependency>
    <groupId>net.tokensmith</groupId>
    <artifactId>otter</artifactId>
    <version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.tokensmith/otter/
implementation 'net.tokensmith:otter:1.5.3'
// https://jarcasting.com/artifacts/net.tokensmith/otter/
implementation ("net.tokensmith:otter:1.5.3")
'net.tokensmith:otter:jar:1.5.3'
<dependency org="net.tokensmith" name="otter" rev="1.5.3">
  <artifact name="otter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.tokensmith', module='otter', version='1.5.3')
)
libraryDependencies += "net.tokensmith" % "otter" % "1.5.3"
[net.tokensmith/otter "1.5.3"]