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