License |
License |
---|---|
GroupId | GroupIdcloud.orbit |
ArtifactId | ArtifactIdorbit-core |
Last Version | Last Version2.0.0a6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorbit-core
The Orbit project is a collection of JVM libraries that makes it easier to build distributed and scalable online services.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
orbit-core-2.0.0a6.pom | |
orbit-core-2.0.0a6.jar | 1 MB |
orbit-core-2.0.0a6-sources.jar | 259 KB |
orbit-core-2.0.0a6-javadoc.jar | 489 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cloud.orbit/orbit-core/ -->
<dependency>
<groupId>cloud.orbit</groupId>
<artifactId>orbit-core</artifactId>
<version>2.0.0a6</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.orbit/orbit-core/
implementation 'cloud.orbit:orbit-core:2.0.0a6'
// https://jarcasting.com/artifacts/cloud.orbit/orbit-core/
implementation ("cloud.orbit:orbit-core:2.0.0a6")
'cloud.orbit:orbit-core:jar:2.0.0a6'
<dependency org="cloud.orbit" name="orbit-core" rev="2.0.0a6">
<artifact name="orbit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.orbit', module='orbit-core', version='2.0.0a6')
)
libraryDependencies += "cloud.orbit" % "orbit-core" % "2.0.0a6"
[cloud.orbit/orbit-core "2.0.0a6"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.21 |
cloud.orbit : orbit-commons | jar | 2.0.0a6 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.1.1 |
org.jetbrains.kotlinx : kotlinx-coroutines-jdk8 | jar | 1.1.1 |