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