| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.fishear |
| Идентификатор | Идентификаторfishear-root |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеMain Fishear Root
The root parent for all FishEar libraries
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| fishear-root-1.0.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.fishear/fishear-root/ -->
<dependency>
<groupId>net.fishear</groupId>
<artifactId>fishear-root</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.fishear/fishear-root/
implementation 'net.fishear:fishear-root:1.0'
// https://jarcasting.com/artifacts/net.fishear/fishear-root/
implementation ("net.fishear:fishear-root:1.0")
'net.fishear:fishear-root:pom:1.0'
<dependency org="net.fishear" name="fishear-root" rev="1.0">
<artifact name="fishear-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.fishear', module='fishear-root', version='1.0')
)
libraryDependencies += "net.fishear" % "fishear-root" % "1.0"
[net.fishear/fishear-root "1.0"]