is not current version
Last Version 0.9.0

io.github.flowersinthesand:portal 0.8.1

The Portal for Java is a client and server implementation of the Portal written in Java.

GroupId

GroupId

io.github.flowersinthesand
ArtifactId

ArtifactId

portal
Version

Version

0.8.1
Type

Type

jar

Download portal 0.8.1


<!-- 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"]