Hello

Hello, world!

Лицензия

Лицензия

Группа

Группа

com.takashiharano
Идентификатор

Идентификатор

hello
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Hello
Hello, world!
Ссылка на сайт

Ссылка на сайт

https://takashiharano.com/hello/
Система контроля версий

Система контроля версий

https://github.com/takashiharano/hello

Скачать hello

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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>

Версии библиотеки

Версия
1.1.0
1.0.0