Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.github.arucard21.simplyrestful |
ArtifactId | ArtifactIdsimplyrestful-jetty |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
simplyrestful-jetty-0.3.pom | |
simplyrestful-jetty-0.3.jar | 3 KB |
simplyrestful-jetty-0.3-sources.jar | 3 KB |
simplyrestful-jetty-0.3-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/simplyrestful-jetty/ -->
<dependency>
<groupId>com.github.arucard21.simplyrestful</groupId>
<artifactId>simplyrestful-jetty</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/simplyrestful-jetty/
implementation 'com.github.arucard21.simplyrestful:simplyrestful-jetty:0.3'
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/simplyrestful-jetty/
implementation ("com.github.arucard21.simplyrestful:simplyrestful-jetty:0.3")
'com.github.arucard21.simplyrestful:simplyrestful-jetty:jar:0.3'
<dependency org="com.github.arucard21.simplyrestful" name="simplyrestful-jetty" rev="0.3">
<artifact name="simplyrestful-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arucard21.simplyrestful', module='simplyrestful-jetty', version='0.3')
)
libraryDependencies += "com.github.arucard21.simplyrestful" % "simplyrestful-jetty" % "0.3"
[com.github.arucard21.simplyrestful/simplyrestful-jetty "0.3"]