Last Version

Jube :: Examples :: Hello Servlet 2.0.0

Simple Hello Servlet Jube example

License

License

GroupId

GroupId

io.fabric8.jube.images.examples
ArtifactId

ArtifactId

hello-servlet
Version

Version

2.0.0
Type

Type

war
Description

Description

Jube :: Examples :: Hello Servlet
Simple Hello Servlet Jube example
Project Organization

Project Organization

Red Hat

Download hello-servlet 2.0.0


<!-- 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"]

Dependencies

provided (3)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.