| License |
License |
|---|---|
| GroupId | GroupIdio.fabric8.jube.images.examples |
| ArtifactId | ArtifactIdhello-servlet |
| Version | Version2.0.0 |
| Type | Typewar |
| Description |
DescriptionJube :: Examples :: Hello Servlet
Simple Hello Servlet Jube example
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| 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 |