Categories |
CategoriesJetty Container Application Servers Apollo Microservices |
---|---|
GroupId | GroupIdcom.spotify |
ArtifactId | ArtifactIdapollo-jetty-http-server |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.spotify/apollo-jetty-http-server/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>apollo-jetty-http-server</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/apollo-jetty-http-server/
implementation 'com.spotify:apollo-jetty-http-server:1.0.0'
// https://jarcasting.com/artifacts/com.spotify/apollo-jetty-http-server/
implementation ("com.spotify:apollo-jetty-http-server:1.0.0")
'com.spotify:apollo-jetty-http-server:jar:1.0.0'
<dependency org="com.spotify" name="apollo-jetty-http-server" rev="1.0.0">
<artifact name="apollo-jetty-http-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='apollo-jetty-http-server', version='1.0.0')
)
libraryDependencies += "com.spotify" % "apollo-jetty-http-server" % "1.0.0"
[com.spotify/apollo-jetty-http-server "1.0.0"]