is not current version
Last Version 2.1

ws.ament.hammock:web-tomcat 2.0


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

ws.ament.hammock
ArtifactId

ArtifactId

web-tomcat
Version

Version

2.0
Type

Type

jar

Download web-tomcat 2.0


<!-- https://jarcasting.com/artifacts/ws.ament.hammock/web-tomcat/ -->
<dependency>
    <groupId>ws.ament.hammock</groupId>
    <artifactId>web-tomcat</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ws.ament.hammock/web-tomcat/
implementation 'ws.ament.hammock:web-tomcat:2.0'
// https://jarcasting.com/artifacts/ws.ament.hammock/web-tomcat/
implementation ("ws.ament.hammock:web-tomcat:2.0")
'ws.ament.hammock:web-tomcat:jar:2.0'
<dependency org="ws.ament.hammock" name="web-tomcat" rev="2.0">
  <artifact name="web-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.ament.hammock', module='web-tomcat', version='2.0')
)
libraryDependencies += "ws.ament.hammock" % "web-tomcat" % "2.0"
[ws.ament.hammock/web-tomcat "2.0"]