не последняя версия
Последняя версия 1.0.0-preview-7

com.karalabe.iris:iris 1.0.0-preview-3

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).

Группа

Группа

com.karalabe.iris
Идентификатор

Идентификатор

iris
Версия

Версия

1.0.0-preview-3
Тип

Тип

jar

Скачать iris 1.0.0-preview-3


<!-- https://jarcasting.com/artifacts/com.karalabe.iris/iris/ -->
<dependency>
    <groupId>com.karalabe.iris</groupId>
    <artifactId>iris</artifactId>
    <version>1.0.0-preview-3</version>
</dependency>
// https://jarcasting.com/artifacts/com.karalabe.iris/iris/
implementation 'com.karalabe.iris:iris:1.0.0-preview-3'
// https://jarcasting.com/artifacts/com.karalabe.iris/iris/
implementation ("com.karalabe.iris:iris:1.0.0-preview-3")
'com.karalabe.iris:iris:jar:1.0.0-preview-3'
<dependency org="com.karalabe.iris" name="iris" rev="1.0.0-preview-3">
  <artifact name="iris" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.karalabe.iris', module='iris', version='1.0.0-preview-3')
)
libraryDependencies += "com.karalabe.iris" % "iris" % "1.0.0-preview-3"
[com.karalabe.iris/iris "1.0.0-preview-3"]