| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.flowersinthesand |
| Идентификатор | Идентификаторportal-parent |
| Последняя версия | Последняя версия0.7 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеPortal
Portal server for Java
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| portal-parent-0.7.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.flowersinthesand/portal-parent/ -->
<dependency>
<groupId>com.github.flowersinthesand</groupId>
<artifactId>portal-parent</artifactId>
<version>0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.flowersinthesand/portal-parent/
implementation 'com.github.flowersinthesand:portal-parent:0.7'
// https://jarcasting.com/artifacts/com.github.flowersinthesand/portal-parent/
implementation ("com.github.flowersinthesand:portal-parent:0.7")
'com.github.flowersinthesand:portal-parent:pom:0.7'
<dependency org="com.github.flowersinthesand" name="portal-parent" rev="0.7">
<artifact name="portal-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.flowersinthesand', module='portal-parent', version='0.7')
)
libraryDependencies += "com.github.flowersinthesand" % "portal-parent" % "0.7"
[com.github.flowersinthesand/portal-parent "0.7"]