MVN

net.oschina.zcx7878 : cicada.thrift.service

Maven & Gradle

Nov 06, 2017

cicada.thrift.service · cicada thrift rpc service

<dependency>
    <groupId>net.oschina.zcx7878</groupId>
    <artifactId>cicada.thrift.service</artifactId>
    <version>1.0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.oschina.zcx7878 : cicada.thrift.service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1.0

All Versions

Choose a version of net.oschina.zcx7878 : cicada.thrift.service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
cicada.thrift.service-1.0.1.0
cicada.thrift.service-1.0.0.9
cicada.thrift.service-1.0.0.8
cicada.thrift.service-1.0.0.7
cicada.thrift.service-1.0.0.6
cicada.thrift.service-1.0.0.5
cicada.thrift.service-1.0.0.4
cicada.thrift.service-1.0.0.3
cicada.thrift.service-1.0.0.2
cicada.thrift.service-1.0.0.1

How to add a dependency to Maven

Add the following net.oschina.zcx7878 : cicada.thrift.service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.oschina.zcx7878</groupId>
    <artifactId>cicada.thrift.service</artifactId>
    <version>1.0.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.oschina.zcx7878 : cicada.thrift.service gradle dependency to your build.gradle file:

implementation 'net.oschina.zcx7878:cicada.thrift.service:1.0.1.0'

Gradle Kotlin DSL: Add the following net.oschina.zcx7878 : cicada.thrift.service gradle kotlin dependency to your build.gradle.kts file:

implementation("net.oschina.zcx7878:cicada.thrift.service:1.0.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.oschina.zcx7878 : cicada.thrift.service sbt scala dependency to your build.sbt file:

libraryDependencies += "net.oschina.zcx7878" % "cicada.thrift.service" % "1.0.1.0"