MVN

org.wowtools : catframe-rmi

Maven & Gradle

基于rmi和zookeeper的远程调用框架

<dependency>
    <groupId>org.wowtools</groupId>
    <artifactId>catframe-rmi</artifactId>
    <version>cell</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wowtools : catframe-rmi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: cell

All Versions

Choose a version of org.wowtools : catframe-rmi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.03
catframe-rmi-1.03
1.02
catframe-rmi-1.02
1.2STABLE
catframe-rmi-1.2STABLE
1.0
catframe-rmi-1.0
cell
catframe-rmi-cell

How to add a dependency to Maven

Add the following org.wowtools : catframe-rmi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wowtools</groupId>
    <artifactId>catframe-rmi</artifactId>
    <version>cell</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wowtools : catframe-rmi gradle dependency to your build.gradle file:

implementation 'org.wowtools:catframe-rmi:cell'

Gradle Kotlin DSL: Add the following org.wowtools : catframe-rmi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wowtools:catframe-rmi:cell")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wowtools : catframe-rmi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wowtools" % "catframe-rmi" % "cell"