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