| Категории |
КатегорииTomcat Контейнер Application Servers |
|---|---|
| Группа | Группаorg.helenus |
| Идентификатор | Идентификаторhelenus-tomcat |
| Версия | Версия1.0.16 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| helenus-tomcat-1.0.16.pom | |
| helenus-tomcat-1.0.16.jar | 4 KB |
| helenus-tomcat-1.0.16-sources.jar | 2 KB |
| helenus-tomcat-1.0.16-javadoc.jar | 25 KB |
| helenus-tomcat-1.0.16-jars.tar.gz | 10 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.helenus/helenus-tomcat/ -->
<dependency>
<groupId>org.helenus</groupId>
<artifactId>helenus-tomcat</artifactId>
<version>1.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.helenus/helenus-tomcat/
implementation 'org.helenus:helenus-tomcat:1.0.16'
// https://jarcasting.com/artifacts/org.helenus/helenus-tomcat/
implementation ("org.helenus:helenus-tomcat:1.0.16")
'org.helenus:helenus-tomcat:jar:1.0.16'
<dependency org="org.helenus" name="helenus-tomcat" rev="1.0.16">
<artifact name="helenus-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.helenus', module='helenus-tomcat', version='1.0.16')
)
libraryDependencies += "org.helenus" % "helenus-tomcat" % "1.0.16"
[org.helenus/helenus-tomcat "1.0.16"]