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