| GroupId | GroupIdio.github.flowersinthesand |
|---|---|
| ArtifactId | ArtifactIdportal |
| Version | Version0.8.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| portal-0.8.1.pom | |
| portal-0.8.1.jar | 33 KB |
| portal-0.8.1-sources.jar | 8 KB |
| portal-0.8.1-javadoc.jar | 73 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.flowersinthesand/portal/ -->
<dependency>
<groupId>io.github.flowersinthesand</groupId>
<artifactId>portal</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.flowersinthesand/portal/
implementation 'io.github.flowersinthesand:portal:0.8.1'
// https://jarcasting.com/artifacts/io.github.flowersinthesand/portal/
implementation ("io.github.flowersinthesand:portal:0.8.1")
'io.github.flowersinthesand:portal:jar:0.8.1'
<dependency org="io.github.flowersinthesand" name="portal" rev="0.8.1">
<artifact name="portal" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.flowersinthesand', module='portal', version='0.8.1')
)
libraryDependencies += "io.github.flowersinthesand" % "portal" % "0.8.1"
[io.github.flowersinthesand/portal "0.8.1"]