Last Version

Fabric8 :: Tooling :: Examples :: Hello World Application 1.2.0.redhat-133

Simple Hello World Project with tests

License

License

GroupId

GroupId

io.fabric8.examples
ArtifactId

ArtifactId

hello-world-example
Version

Version

1.2.0.redhat-133
Type

Type

jar
Description

Description

Fabric8 :: Tooling :: Examples :: Hello World Application
Simple Hello World Project with tests
Project Organization

Project Organization

Red Hat

Download hello-world-example 1.2.0.redhat-133


<!-- https://jarcasting.com/artifacts/io.fabric8.examples/hello-world-example/ -->
<dependency>
    <groupId>io.fabric8.examples</groupId>
    <artifactId>hello-world-example</artifactId>
    <version>1.2.0.redhat-133</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.examples/hello-world-example/
implementation 'io.fabric8.examples:hello-world-example:1.2.0.redhat-133'
// https://jarcasting.com/artifacts/io.fabric8.examples/hello-world-example/
implementation ("io.fabric8.examples:hello-world-example:1.2.0.redhat-133")
'io.fabric8.examples:hello-world-example:jar:1.2.0.redhat-133'
<dependency org="io.fabric8.examples" name="hello-world-example" rev="1.2.0.redhat-133">
  <artifact name="hello-world-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.examples', module='hello-world-example', version='1.2.0.redhat-133')
)
libraryDependencies += "io.fabric8.examples" % "hello-world-example" % "1.2.0.redhat-133"
[io.fabric8.examples/hello-world-example "1.2.0.redhat-133"]

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7
org.slf4j : jcl-over-slf4j jar 1.7.7
ch.qos.logback : logback-core jar 1.1.2
ch.qos.logback : logback-classic jar 1.1.2

test (4)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-core jar 1.3
org.objenesis : objenesis jar 2.1
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.