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