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