| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.fabric8.jube.images.examples |
| Идентификатор | Идентификаторhello-servlet |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
ОписаниеJube :: Examples :: Hello Servlet
Simple Hello Servlet Jube example
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| hello-servlet-2.0.0.pom | |
| hello-servlet-2.0.0.war | 4 KB |
| hello-servlet-2.0.0-sources.jar | 1 KB |
| hello-servlet-2.0.0-javadoc.jar | 37 KB |
| hello-servlet-2.0.0-image.zip | 111 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.examples/hello-servlet/ -->
<dependency>
<groupId>io.fabric8.jube.images.examples</groupId>
<artifactId>hello-servlet</artifactId>
<version>2.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.examples/hello-servlet/
implementation 'io.fabric8.jube.images.examples:hello-servlet:2.0.0'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.examples/hello-servlet/
implementation ("io.fabric8.jube.images.examples:hello-servlet:2.0.0")
'io.fabric8.jube.images.examples:hello-servlet:war:2.0.0'
<dependency org="io.fabric8.jube.images.examples" name="hello-servlet" rev="2.0.0">
<artifact name="hello-servlet" type="war" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.examples', module='hello-servlet', version='2.0.0')
)
libraryDependencies += "io.fabric8.jube.images.examples" % "hello-servlet" % "2.0.0"
[io.fabric8.jube.images.examples/hello-servlet "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.fabric8.jube.images.wildfly : default | pom | 2.0.0 |
| io.fabric8.jube.images.wildfly : deployer | jar | 2.0.0 |
| javax.servlet : servlet-api | jar |