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