MVN

com.feingto : feingto-rpc

Maven & Gradle

Jul 26, 2021
<dependency>
    <groupId>com.feingto</groupId>
    <artifactId>feingto-rpc</artifactId>
    <version>2.5.2.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.feingto : feingto-rpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.2.RELEASE

All Versions

Choose a version of com.feingto : feingto-rpc to add to Maven or Gradle - All Versions:

  • Version Updated
  • feingto-rpc-2.5.2.RELEASE

    Jul 26, 2021
  • feingto-rpc-2.5.1.RELEASE

    Feb 16, 2021
  • feingto-rpc-2.4.9.RELEASE

    Sep 14, 2020
  • feingto-rpc-2.4.8.RELEASE

    May 27, 2020
  • feingto-rpc-2.4.7.RELEASE

    May 26, 2020
  • feingto-rpc-2.4.6.RELEASE

    May 23, 2020
  • feingto-rpc-2.4.5.RELEASE

    May 22, 2020
  • feingto-rpc-2.4.3.RELEASE

    May 16, 2020
  • feingto-rpc-2.4.2.RELEASE

    May 12, 2020
  • feingto-rpc-2.4.1.RELEASE

    May 11, 2020
  • feingto-rpc-2.4.0.RELEASE

    May 05, 2020
  • feingto-rpc-2.3.9.RELEASE

    May 04, 2020
  • feingto-rpc-2.3.8.RELEASE

    May 03, 2020
  • feingto-rpc-2.3.7.RELEASE

    Apr 26, 2020
  • feingto-rpc-2.3.6.RELEASE

    Apr 24, 2020
  • feingto-rpc-2.3.5.RELEASE

    Apr 23, 2020
  • feingto-rpc-2.3.1.RELEASE

    Nov 11, 2019
  • feingto-rpc-2.3.0.RELEASE

    Oct 02, 2019
  • feingto-rpc-2.2.9.RELEASE

    Oct 02, 2019
  • feingto-rpc-2.2.8.RELEASE

    Sep 07, 2019
  • feingto-rpc-2.2.7.RELEASE

    Aug 07, 2019
  • feingto-rpc-2.2.6.RELEASE

    Jul 06, 2019
  • feingto-rpc-2.2.5.RELEASE

    Jun 24, 2019
  • feingto-rpc-2.2.3.RELEASE

    Jun 05, 2019
  • feingto-rpc-2.2.2.RELEASE

    Jun 04, 2019
  • feingto-rpc-2.2.1.RELEASE

    May 28, 2019
  • feingto-rpc-2.2.0.RELEASE

    May 23, 2019
  • feingto-rpc-2.1.9.RELEASE

    May 19, 2019
  • feingto-rpc-2.1.8.RELEASE

    May 15, 2019
  • feingto-rpc-2.1.7.RELEASE

    May 09, 2019
  • feingto-rpc-2.1.6.RELEASE

    May 08, 2019
  • feingto-rpc-2.1.5.RELEASE

    May 06, 2019
  • feingto-rpc-2.1.3.RELEASE

    Apr 22, 2019
  • feingto-rpc-2.1.2.RELEASE

    Apr 20, 2019
  • feingto-rpc-2.1.1.RELEASE

    Apr 19, 2019
  • feingto-rpc-2.1.0.RELEASE

    Apr 14, 2019
  • feingto-rpc-2.0.9.RELEASE

    Apr 04, 2019
  • feingto-rpc-2.0.8.RELEASE

    Apr 02, 2019
  • feingto-rpc-2.0.6.RELEASE

    Mar 23, 2019
  • feingto-rpc-2.0.5.RELEASE

    Mar 09, 2019
  • feingto-rpc-2.0.2.RELEASE

    Mar 06, 2019
  • feingto-rpc-2.0.1.RELEASE

    Mar 06, 2019
  • feingto-rpc-2.0.0.RELEASE

    Mar 05, 2019

How to add a dependency to Maven

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

<dependency>
    <groupId>com.feingto</groupId>
    <artifactId>feingto-rpc</artifactId>
    <version>2.5.2.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.feingto : feingto-rpc gradle dependency to your build.gradle file:

implementation 'com.feingto:feingto-rpc:2.5.2.RELEASE'

Gradle Kotlin DSL: Add the following com.feingto : feingto-rpc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.feingto:feingto-rpc:2.5.2.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.feingto : feingto-rpc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.feingto" % "feingto-rpc" % "2.5.2.RELEASE"