MVN

com.rnkrsoft.framework : framework-config-protocol

Maven & Gradle

Sep 20, 2019
1 usages

Rnkrsoft Framework Config Protocol · 氡氪网络科技配置协议,定义的配置中心通信协议

<dependency>
    <groupId>com.rnkrsoft.framework</groupId>
    <artifactId>framework-config-protocol</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rnkrsoft.framework : framework-config-protocol to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.rnkrsoft.framework : framework-config-protocol to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
framework-config-protocol-1.0.2

How to add a dependency to Maven

Add the following com.rnkrsoft.framework : framework-config-protocol maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rnkrsoft.framework</groupId>
    <artifactId>framework-config-protocol</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rnkrsoft.framework : framework-config-protocol gradle dependency to your build.gradle file:

implementation 'com.rnkrsoft.framework:framework-config-protocol:1.0.2'

Gradle Kotlin DSL: Add the following com.rnkrsoft.framework : framework-config-protocol gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rnkrsoft.framework:framework-config-protocol:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rnkrsoft.framework : framework-config-protocol sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rnkrsoft.framework" % "framework-config-protocol" % "1.0.2"