| Категории |
КатегорииTomcat Контейнер Application Servers |
|---|---|
| Группа | Группаio.restx |
| Идентификатор | Идентификаторrestx-server-tomcat |
| Версия | Версия0.35-rc3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.restx/restx-server-tomcat/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-server-tomcat</artifactId>
<version>0.35-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-server-tomcat/
implementation 'io.restx:restx-server-tomcat:0.35-rc3'
// https://jarcasting.com/artifacts/io.restx/restx-server-tomcat/
implementation ("io.restx:restx-server-tomcat:0.35-rc3")
'io.restx:restx-server-tomcat:jar:0.35-rc3'
<dependency org="io.restx" name="restx-server-tomcat" rev="0.35-rc3">
<artifact name="restx-server-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-server-tomcat', version='0.35-rc3')
)
libraryDependencies += "io.restx" % "restx-server-tomcat" % "0.35-rc3"
[io.restx/restx-server-tomcat "0.35-rc3"]