Last Version

Plexus Hello World Component 1.0

A simple "hello world" application that utilizes the Plexus component container.

GroupId

GroupId

org.codehaus.plexus.examples
ArtifactId

ArtifactId

plexus-example-hello-world
Version

Version

1.0
Type

Type

jar
Description

Description

Plexus Hello World Component
A simple "hello world" application that utilizes the Plexus component container.
Project Organization

Project Organization

Plexus - Codehaus

Download plexus-example-hello-world 1.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.codehaus.plexus : plexus-utils jar 1.2
org.codehaus.plexus : plexus-container-default jar 1.0-alpha-9
classworlds : classworlds jar 1.1

Project Modules

There are no modules declared in this project.