Hello

Hello, world!

License

License

GroupId

GroupId

com.takashiharano
ArtifactId

ArtifactId

hello
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Hello
Hello, world!
Project URL

Project URL

https://takashiharano.com/hello/
Source Code Management

Source Code Management

https://github.com/takashiharano/hello

Download hello

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Hello, world!

Building

mvn clean install

Launching

Simply to say hello world, run:

java -jar hello-1.0.0.jar

To say hello to something, run:

java -jar hello-1.0.0.jar <TARGET>

Versions

Version
1.1.0
1.0.0