MVN

io.bitexpress.topia.commons : commons-rpc

Maven & Gradle

Dec 15, 2022
5 usages
0 stars

commons rpc · commons rpc

<dependency>
    <groupId>io.bitexpress.topia.commons</groupId>
    <artifactId>commons-rpc</artifactId>
    <version>7.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bitexpress.topia.commons : commons-rpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.8

All Versions

Choose a version of io.bitexpress.topia.commons : commons-rpc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.8
commons-rpc-7.8
7.7
commons-rpc-7.7
7.6
commons-rpc-7.6
7.5
commons-rpc-7.5
7.2
commons-rpc-7.2
5.1
commons-rpc-5.1
4.3.x
commons-rpc-4.3.1

How to add a dependency to Maven

Add the following io.bitexpress.topia.commons : commons-rpc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.bitexpress.topia.commons</groupId>
    <artifactId>commons-rpc</artifactId>
    <version>7.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bitexpress.topia.commons : commons-rpc gradle dependency to your build.gradle file:

implementation 'io.bitexpress.topia.commons:commons-rpc:7.8'

Gradle Kotlin DSL: Add the following io.bitexpress.topia.commons : commons-rpc gradle kotlin dependency to your build.gradle.kts file:

implementation("io.bitexpress.topia.commons:commons-rpc:7.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bitexpress.topia.commons : commons-rpc sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bitexpress.topia.commons" % "commons-rpc" % "7.8"

Advertisement