License |
License |
---|---|
GroupId | GroupIdcom.github.highras |
ArtifactId | ArtifactIdfpnn |
Version | Version2.0.5-RELEASE |
Type | Typejar |
Description |
Descriptionfpnn-sdk-java
A Java Client SDK for FPNN RPC Framework (https://github.com/highras/fpnn).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fpnn-2.0.5-RELEASE.pom | |
fpnn-2.0.5-RELEASE.jar | 66 KB |
fpnn-2.0.5-RELEASE-sources.jar | 27 KB |
fpnn-2.0.5-RELEASE-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.highras/fpnn/ -->
<dependency>
<groupId>com.github.highras</groupId>
<artifactId>fpnn</artifactId>
<version>2.0.5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.highras/fpnn/
implementation 'com.github.highras:fpnn:2.0.5-RELEASE'
// https://jarcasting.com/artifacts/com.github.highras/fpnn/
implementation ("com.github.highras:fpnn:2.0.5-RELEASE")
'com.github.highras:fpnn:jar:2.0.5-RELEASE'
<dependency org="com.github.highras" name="fpnn" rev="2.0.5-RELEASE">
<artifact name="fpnn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.highras', module='fpnn', version='2.0.5-RELEASE')
)
libraryDependencies += "com.github.highras" % "fpnn" % "2.0.5-RELEASE"
[com.github.highras/fpnn "2.0.5-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.msgpack : msgpack-core | jar | 0.8.17 |