| License |
License |
|---|---|
| GroupId | GroupIdio.restx |
| ArtifactId | ArtifactIdrestx-server-simple |
| Version | Version0.35.1 |
| Type | Typejar |
| Description |
Descriptionrestx-server-simple
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/io.restx/restx-server-simple/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-server-simple</artifactId>
<version>0.35.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-server-simple/
implementation 'io.restx:restx-server-simple:0.35.1'
// https://jarcasting.com/artifacts/io.restx/restx-server-simple/
implementation ("io.restx:restx-server-simple:0.35.1")
'io.restx:restx-server-simple:jar:0.35.1'
<dependency org="io.restx" name="restx-server-simple" rev="0.35.1">
<artifact name="restx-server-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-server-simple', version='0.35.1')
)
libraryDependencies += "io.restx" % "restx-server-simple" % "0.35.1"
[io.restx/restx-server-simple "0.35.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.restx : restx-factory | jar | 0.35.1 |
| io.restx : restx-core | jar | 0.35.1 |
| org.simpleframework : simple | jar | 5.1.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.assertj : assertj-core | jar | 1.6.0 |
| com.github.kevinsawicki : http-request | jar | 5.5 |