is not current version
Last Version 1.0.23

com.josesamuel:rpcfy-annotations 1.0.14

RPCfy upgrades your normal java interface to be capable of doing RPC (Remote Procedure Call).

GroupId

GroupId

com.josesamuel
ArtifactId

ArtifactId

rpcfy-annotations
Version

Version

1.0.14
Type

Type

jar

Download rpcfy-annotations 1.0.14


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