MVN

com.karalabe.iris : iris

Maven & Gradle

Oct 04, 2014
22 stars

Iris: Decentralized cloud messaging · Iris is an attempt at bringing the simplicity and elegance of cloud computing to the application layer. Consumer clouds provide unlimited virtual machines at the click of a button, but leaves it to developer to wire them together. Iris ensures that you can forget about networking challenges and instead focus on solving your own domain problems. It is a completely decentralized messaging solution for simplifying the design and implementation of cloud services. Among others, Iris features zero-configuration (i.e. start it up and it will do its magic), semantic addressing (i.e. application use textual names to address each other), clusters as units (i.e. automatic load balancing between apps of the same name) and perfect secrecy (i.e. all network traffic is encrypted).

<dependency>
    <groupId>com.karalabe.iris</groupId>
    <artifactId>iris</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.karalabe.iris : iris to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.karalabe.iris : iris to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
iris-1.0.0
iris-1.0.0-preview-7
iris-1.0.0-preview-6
iris-1.0.0-preview-5
iris-1.0.0-preview-4
iris-1.0.0-preview-3
iris-1.0.0-preview-2
iris-1.0.0-preview-1

How to add a dependency to Maven

Add the following com.karalabe.iris : iris maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.karalabe.iris</groupId>
    <artifactId>iris</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.karalabe.iris : iris gradle dependency to your build.gradle file:

implementation 'com.karalabe.iris:iris:1.0.0'

Gradle Kotlin DSL: Add the following com.karalabe.iris : iris gradle kotlin dependency to your build.gradle.kts file:

implementation("com.karalabe.iris:iris:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.karalabe.iris : iris sbt scala dependency to your build.sbt file:

libraryDependencies += "com.karalabe.iris" % "iris" % "1.0.0"