Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.atteo.moonshine |
ArtifactId | ArtifactIdtomcat |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
tomcat-1.1.pom | |
tomcat-1.1.jar | 12 KB |
tomcat-1.1-sources.jar | 5 KB |
tomcat-1.1-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/tomcat/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>tomcat</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/tomcat/
implementation 'org.atteo.moonshine:tomcat:1.1'
// https://jarcasting.com/artifacts/org.atteo.moonshine/tomcat/
implementation ("org.atteo.moonshine:tomcat:1.1")
'org.atteo.moonshine:tomcat:jar:1.1'
<dependency org="org.atteo.moonshine" name="tomcat" rev="1.1">
<artifact name="tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='tomcat', version='1.1')
)
libraryDependencies += "org.atteo.moonshine" % "tomcat" % "1.1"
[org.atteo.moonshine/tomcat "1.1"]