is not current version
Last Version 1

com.ea.orbit:orbit-parent 0.8.0-preview3

Orbit is a JVM framework that makes it easier to build distributed and scalable online services.

GroupId

GroupId

com.ea.orbit
ArtifactId

ArtifactId

orbit-parent
Version

Version

0.8.0-preview3
Type

Type

pom

Download orbit-parent 0.8.0-preview3


<!-- https://jarcasting.com/artifacts/com.ea.orbit/orbit-parent/ -->
<dependency>
    <groupId>com.ea.orbit</groupId>
    <artifactId>orbit-parent</artifactId>
    <version>0.8.0-preview3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ea.orbit/orbit-parent/
implementation 'com.ea.orbit:orbit-parent:0.8.0-preview3'
// https://jarcasting.com/artifacts/com.ea.orbit/orbit-parent/
implementation ("com.ea.orbit:orbit-parent:0.8.0-preview3")
'com.ea.orbit:orbit-parent:pom:0.8.0-preview3'
<dependency org="com.ea.orbit" name="orbit-parent" rev="0.8.0-preview3">
  <artifact name="orbit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ea.orbit', module='orbit-parent', version='0.8.0-preview3')
)
libraryDependencies += "com.ea.orbit" % "orbit-parent" % "0.8.0-preview3"
[com.ea.orbit/orbit-parent "0.8.0-preview3"]