MVN

com.baidu : jprotobuf-rpc-registry-bns

Maven & Gradle

Feb 16, 2022
485 stars

The module for Spring extendsion

<dependency>
    <groupId>com.baidu</groupId>
    <artifactId>jprotobuf-rpc-registry-bns</artifactId>
    <version>4.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.baidu : jprotobuf-rpc-registry-bns to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.0

All Versions

Choose a version of com.baidu : jprotobuf-rpc-registry-bns to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
jprotobuf-rpc-registry-bns-4.2.0
4.1.x
jprotobuf-rpc-registry-bns-4.1.9
jprotobuf-rpc-registry-bns-4.1.8
jprotobuf-rpc-registry-bns-4.1.7
jprotobuf-rpc-registry-bns-4.1.6
jprotobuf-rpc-registry-bns-4.1.5
jprotobuf-rpc-registry-bns-4.1.4
jprotobuf-rpc-registry-bns-4.1.3
jprotobuf-rpc-registry-bns-4.1.2
jprotobuf-rpc-registry-bns-4.1.1
jprotobuf-rpc-registry-bns-4.1.0
3.5.x
jprotobuf-rpc-registry-bns-3.5.24
jprotobuf-rpc-registry-bns-3.5.23
jprotobuf-rpc-registry-bns-3.5.22
jprotobuf-rpc-registry-bns-3.5.21
jprotobuf-rpc-registry-bns-3.5.20
jprotobuf-rpc-registry-bns-3.5.19
jprotobuf-rpc-registry-bns-3.5.18
jprotobuf-rpc-registry-bns-3.5.17
jprotobuf-rpc-registry-bns-3.5.16
jprotobuf-rpc-registry-bns-3.5.15
jprotobuf-rpc-registry-bns-3.5.14
jprotobuf-rpc-registry-bns-3.5.13
jprotobuf-rpc-registry-bns-3.5.12
jprotobuf-rpc-registry-bns-3.5.11
jprotobuf-rpc-registry-bns-3.5.10
jprotobuf-rpc-registry-bns-3.5.9
jprotobuf-rpc-registry-bns-3.5.8
jprotobuf-rpc-registry-bns-3.5.7
jprotobuf-rpc-registry-bns-3.5.6
jprotobuf-rpc-registry-bns-3.5.5
jprotobuf-rpc-registry-bns-3.5.4
jprotobuf-rpc-registry-bns-3.5.3
jprotobuf-rpc-registry-bns-3.5.1
jprotobuf-rpc-registry-bns-3.5.0
3.4.x
jprotobuf-rpc-registry-bns-3.4.5
jprotobuf-rpc-registry-bns-3.4.4
jprotobuf-rpc-registry-bns-3.4.3
jprotobuf-rpc-registry-bns-3.4.2
jprotobuf-rpc-registry-bns-3.4.1
jprotobuf-rpc-registry-bns-3.4.0
3.3.x
jprotobuf-rpc-registry-bns-3.3.2
jprotobuf-rpc-registry-bns-3.3.1
jprotobuf-rpc-registry-bns-3.3.0
3.2.x
jprotobuf-rpc-registry-bns-3.2.9
jprotobuf-rpc-registry-bns-3.2.8
jprotobuf-rpc-registry-bns-3.2.7
jprotobuf-rpc-registry-bns-3.2.6
jprotobuf-rpc-registry-bns-3.2.5
jprotobuf-rpc-registry-bns-3.2.4
jprotobuf-rpc-registry-bns-3.2.3
jprotobuf-rpc-registry-bns-3.2.2
jprotobuf-rpc-registry-bns-3.2.1
jprotobuf-rpc-registry-bns-3.2.0
3.1.x
jprotobuf-rpc-registry-bns-3.1.9
jprotobuf-rpc-registry-bns-3.1.8
jprotobuf-rpc-registry-bns-3.1.7
jprotobuf-rpc-registry-bns-3.1.6
jprotobuf-rpc-registry-bns-3.1.3
jprotobuf-rpc-registry-bns-3.1.2
jprotobuf-rpc-registry-bns-3.1.1
jprotobuf-rpc-registry-bns-3.1.0
3.0.x
jprotobuf-rpc-registry-bns-3.0.12
jprotobuf-rpc-registry-bns-3.0.11
jprotobuf-rpc-registry-bns-3.0.7
jprotobuf-rpc-registry-bns-3.0.6
jprotobuf-rpc-registry-bns-3.0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.baidu</groupId>
    <artifactId>jprotobuf-rpc-registry-bns</artifactId>
    <version>4.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.baidu : jprotobuf-rpc-registry-bns gradle dependency to your build.gradle file:

implementation 'com.baidu:jprotobuf-rpc-registry-bns:4.2.0'

Gradle Kotlin DSL: Add the following com.baidu : jprotobuf-rpc-registry-bns gradle kotlin dependency to your build.gradle.kts file:

implementation("com.baidu:jprotobuf-rpc-registry-bns:4.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.baidu : jprotobuf-rpc-registry-bns sbt scala dependency to your build.sbt file:

libraryDependencies += "com.baidu" % "jprotobuf-rpc-registry-bns" % "4.2.0"

Advertisement