is not current version
Last Version 1.2

org.atteo.moonshine:tomcat 1.0


Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

org.atteo.moonshine
ArtifactId

ArtifactId

tomcat
Version

Version

1.0
Type

Type

jar

Download tomcat 1.0


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