GroupId | GroupIdcom.ea.orbit |
---|---|
ArtifactId | ArtifactIdorbit-runtime |
Version | Version0.8.0-preview2 |
Type | Typejar |
Filename | Size |
---|---|
orbit-runtime-0.8.0-preview2.pom | |
orbit-runtime-0.8.0-preview2.jar | 630 KB |
orbit-runtime-0.8.0-preview2-sources.jar | 129 KB |
orbit-runtime-0.8.0-preview2-javadoc.jar | 507 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ea.orbit/orbit-runtime/ -->
<dependency>
<groupId>com.ea.orbit</groupId>
<artifactId>orbit-runtime</artifactId>
<version>0.8.0-preview2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ea.orbit/orbit-runtime/
implementation 'com.ea.orbit:orbit-runtime:0.8.0-preview2'
// https://jarcasting.com/artifacts/com.ea.orbit/orbit-runtime/
implementation ("com.ea.orbit:orbit-runtime:0.8.0-preview2")
'com.ea.orbit:orbit-runtime:jar:0.8.0-preview2'
<dependency org="com.ea.orbit" name="orbit-runtime" rev="0.8.0-preview2">
<artifact name="orbit-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ea.orbit', module='orbit-runtime', version='0.8.0-preview2')
)
libraryDependencies += "com.ea.orbit" % "orbit-runtime" % "0.8.0-preview2"
[com.ea.orbit/orbit-runtime "0.8.0-preview2"]