is not current version
Last Version 2.0.0a6

cloud.orbit:orbit-commons 2.0.0a4

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.0a4
Type

Type

jar

Download orbit-commons 2.0.0a4


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