MVN

com.netifi : netifi-broker-mgmt-proto

Maven & Gradle

Dec 10, 2019
16 usages

Netifi Broker Mgmt Proto · A collection of Netifi Broker Mgmt related Protobuf files

<dependency>
    <groupId>com.netifi</groupId>
    <artifactId>netifi-broker-mgmt-proto</artifactId>
    <version>1.6.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netifi : netifi-broker-mgmt-proto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.10

All Versions

Choose a version of com.netifi : netifi-broker-mgmt-proto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
netifi-broker-mgmt-proto-1.6.10
netifi-broker-mgmt-proto-1.6.9
netifi-broker-mgmt-proto-1.6.8
netifi-broker-mgmt-proto-1.6.7
netifi-broker-mgmt-proto-1.6.6

How to add a dependency to Maven

Add the following com.netifi : netifi-broker-mgmt-proto maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netifi</groupId>
    <artifactId>netifi-broker-mgmt-proto</artifactId>
    <version>1.6.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netifi : netifi-broker-mgmt-proto gradle dependency to your build.gradle file:

implementation 'com.netifi:netifi-broker-mgmt-proto:1.6.10'

Gradle Kotlin DSL: Add the following com.netifi : netifi-broker-mgmt-proto gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netifi:netifi-broker-mgmt-proto:1.6.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netifi : netifi-broker-mgmt-proto sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netifi" % "netifi-broker-mgmt-proto" % "1.6.10"

Advertisement