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