| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.cruiz666 |
| Идентификатор | Идентификаторhello |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеhello
My first maven sdk
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| hello-1.0.pom | |
| hello-1.0-sources.jar | 792 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.cruiz666/hello/ -->
<dependency>
<groupId>io.github.cruiz666</groupId>
<artifactId>hello</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.cruiz666/hello/
implementation 'io.github.cruiz666:hello:1.0'
// https://jarcasting.com/artifacts/io.github.cruiz666/hello/
implementation ("io.github.cruiz666:hello:1.0")
'io.github.cruiz666:hello:aar:1.0'
<dependency org="io.github.cruiz666" name="hello" rev="1.0">
<artifact name="hello" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.cruiz666', module='hello', version='1.0')
)
libraryDependencies += "io.github.cruiz666" % "hello" % "1.0"
[io.github.cruiz666/hello "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.android.support » appcompat-v7 | jar | 28.0.0 |