| License |
License |
|---|---|
| GroupId | GroupIdio.github.flowersinthesand |
| ArtifactId | ArtifactIdportal |
| Version | Version0.9.0 |
| Type | Typejar |
| Description |
DescriptionPortal for Java
The Portal for Java is a client and server implementation of the Portal written in Java.
|
| Filename | Size |
|---|---|
| portal-0.9.0.pom | |
| portal-0.9.0.jar | 41 KB |
| portal-0.9.0-sources.jar | 12 KB |
| portal-0.9.0-javadoc.jar | 91 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.flowersinthesand/portal/ -->
<dependency>
<groupId>io.github.flowersinthesand</groupId>
<artifactId>portal</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.flowersinthesand/portal/
implementation 'io.github.flowersinthesand:portal:0.9.0'
// https://jarcasting.com/artifacts/io.github.flowersinthesand/portal/
implementation ("io.github.flowersinthesand:portal:0.9.0")
'io.github.flowersinthesand:portal:jar:0.9.0'
<dependency org="io.github.flowersinthesand" name="portal" rev="0.9.0">
<artifact name="portal" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.flowersinthesand', module='portal', version='0.9.0')
)
libraryDependencies += "io.github.flowersinthesand" % "portal" % "0.9.0"
[io.github.flowersinthesand/portal "0.9.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.flowersinthesand : wes | jar | 0.2.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.3.1 |
| org.slf4j : slf4j-api | jar | 1.7.5 |