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