| Лицензия |
Лицензия |
|---|---|
| Группа | Группаtop.ssrsdev |
| Идентификатор | Идентификаторeightroes |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеParent pom providing dependency and plugin management for applications
built with Maven
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| eightroes-1.0.4.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/top.ssrsdev/eightroes/ -->
<dependency>
<groupId>top.ssrsdev</groupId>
<artifactId>eightroes</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.ssrsdev/eightroes/
implementation 'top.ssrsdev:eightroes:1.0.4'
// https://jarcasting.com/artifacts/top.ssrsdev/eightroes/
implementation ("top.ssrsdev:eightroes:1.0.4")
'top.ssrsdev:eightroes:pom:1.0.4'
<dependency org="top.ssrsdev" name="eightroes" rev="1.0.4">
<artifact name="eightroes" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.ssrsdev', module='eightroes', version='1.0.4')
)
libraryDependencies += "top.ssrsdev" % "eightroes" % "1.0.4"
[top.ssrsdev/eightroes "1.0.4"]