is not current version
Last Version 1.5.7

net.tokensmith:otter 1.5.5

Micro web framework for servlet api 4.0

Categories

Categories

Net
GroupId

GroupId

net.tokensmith
ArtifactId

ArtifactId

otter
Version

Version

1.5.5
Type

Type

jar

Download otter 1.5.5


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