| Группа | Группаio.github.scrollsyou |
|---|---|
| Идентификатор | Идентификаторexample |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеexample
使用例子
|
| Имя Файла | Размер |
|---|---|
| example-1.0.0.pom | 603 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.scrollsyou/example/ -->
<dependency>
<groupId>io.github.scrollsyou</groupId>
<artifactId>example</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.scrollsyou/example/
implementation 'io.github.scrollsyou:example:1.0.0'
// https://jarcasting.com/artifacts/io.github.scrollsyou/example/
implementation ("io.github.scrollsyou:example:1.0.0")
'io.github.scrollsyou:example:pom:1.0.0'
<dependency org="io.github.scrollsyou" name="example" rev="1.0.0">
<artifact name="example" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.scrollsyou', module='example', version='1.0.0')
)
libraryDependencies += "io.github.scrollsyou" % "example" % "1.0.0"
[io.github.scrollsyou/example "1.0.0"]