| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.samuelzhaoy |
| Идентификатор | Идентификаторhelloworld |
| Последняя версия | Последняя версия1.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеExample Jar Libs
A concise description of my library
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| helloworld-1.2.0.pom | |
| helloworld-1.2.0.jar | 1 KB |
| helloworld-1.2.0-sources.jar | 709 bytes |
| helloworld-1.2.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.samuelzhaoy/helloworld/ -->
<dependency>
<groupId>io.github.samuelzhaoy</groupId>
<artifactId>helloworld</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.samuelzhaoy/helloworld/
implementation 'io.github.samuelzhaoy:helloworld:1.2.0'
// https://jarcasting.com/artifacts/io.github.samuelzhaoy/helloworld/
implementation ("io.github.samuelzhaoy:helloworld:1.2.0")
'io.github.samuelzhaoy:helloworld:jar:1.2.0'
<dependency org="io.github.samuelzhaoy" name="helloworld" rev="1.2.0">
<artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.samuelzhaoy', module='helloworld', version='1.2.0')
)
libraryDependencies += "io.github.samuelzhaoy" % "helloworld" % "1.2.0"
[io.github.samuelzhaoy/helloworld "1.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.0-M1 |