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