Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.helenus |
ArtifactId | ArtifactIdhelenus-tomcat |
Version | Version1.0.15 |
Type | Typejar |
Filename | Size |
---|---|
helenus-tomcat-1.0.15.pom | |
helenus-tomcat-1.0.15.jar | 4 KB |
helenus-tomcat-1.0.15-sources.jar | 2 KB |
helenus-tomcat-1.0.15-javadoc.jar | 25 KB |
helenus-tomcat-1.0.15-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.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.helenus/helenus-tomcat/
implementation 'org.helenus:helenus-tomcat:1.0.15'
// https://jarcasting.com/artifacts/org.helenus/helenus-tomcat/
implementation ("org.helenus:helenus-tomcat:1.0.15")
'org.helenus:helenus-tomcat:jar:1.0.15'
<dependency org="org.helenus" name="helenus-tomcat" rev="1.0.15">
<artifact name="helenus-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.helenus', module='helenus-tomcat', version='1.0.15')
)
libraryDependencies += "org.helenus" % "helenus-tomcat" % "1.0.15"
[org.helenus/helenus-tomcat "1.0.15"]