p

portal

The Portal for Java is a client and server implementation of the Portal written in Java.
Files download
File Operation
portal-0.9.0.jar download
portal-0.9.0.pom download
portal-0.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.flowersinthesand</groupId>
  <artifactId>portal</artifactId>
  <version>0.9.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.flowersinthesand:portal:0.9.0'
Gradle Kotlin
implementation("io.github.flowersinthesand:portal:0.9.0")
Scala SBT
libraryDependencies += "io.github.flowersinthesand" % "portal" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.flowersinthesand', module='portal', version='0.9.0')
)
Apache Ivy
<dependency org="io.github.flowersinthesand" name="portal" rev="0.9.0" />
Leiningen
[io.github.flowersinthesand/portal "0.9.0"]
Apache Buildr
'io.github.flowersinthesand:portal:jar:0.9.0'