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