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>
| License |
License |
|---|---|
| GroupId | GroupIdcom.takashiharano |
| ArtifactId | ArtifactIdhello |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHello
Hello, world!
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hello-1.1.0.pom | |
| hello-1.1.0.jar | 3 KB |
| hello-1.1.0-sources.jar | 2 KB |
| hello-1.1.0-javadoc.jar | 23 KB |
| Browse |
<!-- 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"]
mvn clean install
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>