is not current version
Last Version 2.0.5-RELEASE

com.github.highras:fpnn 2.0.2-RELEASE

A Java Client SDK for FPNN RPC Framework (https://github.com/highras/fpnn).

GroupId

GroupId

com.github.highras
ArtifactId

ArtifactId

fpnn
Version

Version

2.0.2-RELEASE
Type

Type

jar

Download fpnn 2.0.2-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.highras/fpnn/ -->
<dependency>
    <groupId>com.github.highras</groupId>
    <artifactId>fpnn</artifactId>
    <version>2.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.highras/fpnn/
implementation 'com.github.highras:fpnn:2.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.highras/fpnn/
implementation ("com.github.highras:fpnn:2.0.2-RELEASE")
'com.github.highras:fpnn:jar:2.0.2-RELEASE'
<dependency org="com.github.highras" name="fpnn" rev="2.0.2-RELEASE">
  <artifact name="fpnn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.highras', module='fpnn', version='2.0.2-RELEASE')
)
libraryDependencies += "com.github.highras" % "fpnn" % "2.0.2-RELEASE"
[com.github.highras/fpnn "2.0.2-RELEASE"]