WildFyre Client API

The WildFyre client API lets you connect to the servers from a Java or Android app.

License

License

Categories

Categories

Java Languages Net
GroupId

GroupId

net.wildfyre
ArtifactId

ArtifactId

wflib-java
Last Version

Last Version

0.9.6
Release Date

Release Date

Type

Type

jar
Description

Description

WildFyre Client API
The WildFyre client API lets you connect to the servers from a Java or Android app.
Project URL

Project URL

https://wildfyre.net
Source Code Management

Source Code Management

https://phabricator.wildfyre.net/source/libwf-java/

Download wflib-java

How to add to project

<!-- https://jarcasting.com/artifacts/net.wildfyre/wflib-java/ -->
<dependency>
    <groupId>net.wildfyre</groupId>
    <artifactId>wflib-java</artifactId>
    <version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.wildfyre/wflib-java/
implementation 'net.wildfyre:wflib-java:0.9.6'
// https://jarcasting.com/artifacts/net.wildfyre/wflib-java/
implementation ("net.wildfyre:wflib-java:0.9.6")
'net.wildfyre:wflib-java:jar:0.9.6'
<dependency org="net.wildfyre" name="wflib-java" rev="0.9.6">
  <artifact name="wflib-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wildfyre', module='wflib-java', version='0.9.6')
)
libraryDependencies += "net.wildfyre" % "wflib-java" % "0.9.6"
[net.wildfyre/wflib-java "0.9.6"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.code.findbugs : annotations jar 3.0.1
com.google.code.findbugs : jsr305 jar 3.0.1
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.2.70

runtime (1)

Group / Artifact Type Version
com.eclipsesource.minimal-json : minimal-json jar 0.9.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.0
0.7.3
0.7.2
0.7.1
0.7
0.6.2
0.6.1
0.6
0.5
0.4.1
0.4
0.3
0.2
0.1-g5338645