Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.ea.orbit |
ArtifactId | ArtifactIdorbit-jetty |
Version | Version0.8.0-preview2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ea.orbit/orbit-jetty/ -->
<dependency>
<groupId>com.ea.orbit</groupId>
<artifactId>orbit-jetty</artifactId>
<version>0.8.0-preview2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ea.orbit/orbit-jetty/
implementation 'com.ea.orbit:orbit-jetty:0.8.0-preview2'
// https://jarcasting.com/artifacts/com.ea.orbit/orbit-jetty/
implementation ("com.ea.orbit:orbit-jetty:0.8.0-preview2")
'com.ea.orbit:orbit-jetty:jar:0.8.0-preview2'
<dependency org="com.ea.orbit" name="orbit-jetty" rev="0.8.0-preview2">
<artifact name="orbit-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ea.orbit', module='orbit-jetty', version='0.8.0-preview2')
)
libraryDependencies += "com.ea.orbit" % "orbit-jetty" % "0.8.0-preview2"
[com.ea.orbit/orbit-jetty "0.8.0-preview2"]