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