is not current version
Last Version 2.0.0a6

cloud.orbit:orbit-commons 2.0.0a3

The Orbit project is a collection of JVM libraries that makes it easier to build distributed and scalable online services.

GroupId

GroupId

cloud.orbit
ArtifactId

ArtifactId

orbit-commons
Version

Version

2.0.0a3
Type

Type

jar

Download orbit-commons 2.0.0a3


<!-- https://jarcasting.com/artifacts/cloud.orbit/orbit-commons/ -->
<dependency>
    <groupId>cloud.orbit</groupId>
    <artifactId>orbit-commons</artifactId>
    <version>2.0.0a3</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.orbit/orbit-commons/
implementation 'cloud.orbit:orbit-commons:2.0.0a3'
// https://jarcasting.com/artifacts/cloud.orbit/orbit-commons/
implementation ("cloud.orbit:orbit-commons:2.0.0a3")
'cloud.orbit:orbit-commons:jar:2.0.0a3'
<dependency org="cloud.orbit" name="orbit-commons" rev="2.0.0a3">
  <artifact name="orbit-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.orbit', module='orbit-commons', version='2.0.0a3')
)
libraryDependencies += "cloud.orbit" % "orbit-commons" % "2.0.0a3"
[cloud.orbit/orbit-commons "2.0.0a3"]