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