MVN

com.github.dredwardhyde : jaffa-rpc-library

Maven & Gradle

Jun 15, 2022
0 stars

Jaffa RPC Library · Multiprotocol High-Performance RPC Library For Java Spring Applications

<dependency>
    <groupId>com.github.dredwardhyde</groupId>
    <artifactId>jaffa-rpc-library</artifactId>
    <version>1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dredwardhyde : jaffa-rpc-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.16

All Versions

Choose a version of com.github.dredwardhyde : jaffa-rpc-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16
jaffa-rpc-library-1.16
1.15
jaffa-rpc-library-1.15
1.14
jaffa-rpc-library-1.14
1.13
jaffa-rpc-library-1.13
1.12
jaffa-rpc-library-1.12
1.11
jaffa-rpc-library-1.11
1.10
jaffa-rpc-library-1.10
1.9
jaffa-rpc-library-1.9
1.8
jaffa-rpc-library-1.8
1.7
jaffa-rpc-library-1.7
1.6
jaffa-rpc-library-1.6
1.5
jaffa-rpc-library-1.5
1.4
jaffa-rpc-library-1.4
1.3
jaffa-rpc-library-1.3
1.2
jaffa-rpc-library-1.2
1.1
jaffa-rpc-library-1.1
1.0
jaffa-rpc-library-1.0

How to add a dependency to Maven

Add the following com.github.dredwardhyde : jaffa-rpc-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dredwardhyde</groupId>
    <artifactId>jaffa-rpc-library</artifactId>
    <version>1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dredwardhyde : jaffa-rpc-library gradle dependency to your build.gradle file:

implementation 'com.github.dredwardhyde:jaffa-rpc-library:1.16'

Gradle Kotlin DSL: Add the following com.github.dredwardhyde : jaffa-rpc-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dredwardhyde:jaffa-rpc-library:1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dredwardhyde : jaffa-rpc-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dredwardhyde" % "jaffa-rpc-library" % "1.16"