| Категории |
КатегорииIDE Инструменты разработки |
|---|---|
| Группа | Группаio.github.luodash |
| Идентификатор | Идентификаторspider-parent |
| Версия | Версия1.0-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spider-parent-1.0-RELEASE.pom | |
| spider-parent-1.0-RELEASE.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.luodash/spider-parent/ -->
<dependency>
<groupId>io.github.luodash</groupId>
<artifactId>spider-parent</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.luodash/spider-parent/
implementation 'io.github.luodash:spider-parent:1.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.luodash/spider-parent/
implementation ("io.github.luodash:spider-parent:1.0-RELEASE")
'io.github.luodash:spider-parent:jar:1.0-RELEASE'
<dependency org="io.github.luodash" name="spider-parent" rev="1.0-RELEASE">
<artifact name="spider-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.luodash', module='spider-parent', version='1.0-RELEASE')
)
libraryDependencies += "io.github.luodash" % "spider-parent" % "1.0-RELEASE"
[io.github.luodash/spider-parent "1.0-RELEASE"]