| Categories |
CategoriesTomcat Container Application Servers |
|---|---|
| GroupId | GroupIdorg.helenus |
| ArtifactId | ArtifactIdhelenus-tomcat |
| Version | Version3.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| helenus-tomcat-3.0.3.pom | |
| helenus-tomcat-3.0.3.jar | 4 KB |
| helenus-tomcat-3.0.3-sources.jar | 2 KB |
| helenus-tomcat-3.0.3-javadoc.jar | 25 KB |
| helenus-tomcat-3.0.3-jars.tar.gz | 11 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.helenus/helenus-tomcat/ -->
<dependency>
<groupId>org.helenus</groupId>
<artifactId>helenus-tomcat</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.helenus/helenus-tomcat/
implementation 'org.helenus:helenus-tomcat:3.0.3'
// https://jarcasting.com/artifacts/org.helenus/helenus-tomcat/
implementation ("org.helenus:helenus-tomcat:3.0.3")
'org.helenus:helenus-tomcat:jar:3.0.3'
<dependency org="org.helenus" name="helenus-tomcat" rev="3.0.3">
<artifact name="helenus-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.helenus', module='helenus-tomcat', version='3.0.3')
)
libraryDependencies += "org.helenus" % "helenus-tomcat" % "3.0.3"
[org.helenus/helenus-tomcat "3.0.3"]