| License |
License |
|---|---|
| GroupId | GroupIdcom.ea.orbit |
| ArtifactId | ArtifactIdorbit-parent |
| Version | Version1 |
| Type | Typepom |
| Description |
DescriptionThe Orbit Project
Orbit 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-parent-1.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ea.orbit/orbit-parent/ -->
<dependency>
<groupId>com.ea.orbit</groupId>
<artifactId>orbit-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ea.orbit/orbit-parent/
implementation 'com.ea.orbit:orbit-parent:1'
// https://jarcasting.com/artifacts/com.ea.orbit/orbit-parent/
implementation ("com.ea.orbit:orbit-parent:1")
'com.ea.orbit:orbit-parent:pom:1'
<dependency org="com.ea.orbit" name="orbit-parent" rev="1">
<artifact name="orbit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ea.orbit', module='orbit-parent', version='1')
)
libraryDependencies += "com.ea.orbit" % "orbit-parent" % "1"
[com.ea.orbit/orbit-parent "1"]