factcast-rest-jersey
Jersey based REST Server lib for FactCast Server
License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdorg.factcast |
ArtifactId | ArtifactIdfactcast-server-rest-jersey |
Last Version | Last Version0.0.13 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionREST API for Factcast Server
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-server-rest-jersey/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-server-rest-jersey</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-server-rest-jersey/
implementation 'org.factcast:factcast-server-rest-jersey:0.0.13'
// https://jarcasting.com/artifacts/org.factcast/factcast-server-rest-jersey/
implementation ("org.factcast:factcast-server-rest-jersey:0.0.13")
'org.factcast:factcast-server-rest-jersey:jar:0.0.13'
<dependency org="org.factcast" name="factcast-server-rest-jersey" rev="0.0.13">
<artifact name="factcast-server-rest-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-server-rest-jersey', version='0.0.13')
)
libraryDependencies += "org.factcast" % "factcast-server-rest-jersey" % "0.0.13"
[org.factcast/factcast-server-rest-jersey "0.0.13"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-jersey | jar | |
org.glassfish.hk2 : spring-bridge | jar | 2.5.0-b36 |
com.mercateo.rest : rest-schemagen-spring | jar | 0.1.17 |
org.factcast : factcast-core | jar | 0.0.12 |
org.glassfish.jersey.media : jersey-media-sse | jar | 2.25.1 |
org.assertj : assertj-core | jar | |
org.springframework.boot : spring-boot-starter-actuator | jar | |
com.google.guava : guava | jar | |
com.google.code.findbugs : annotations | jar | 3.0.1u2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-jetty | jar | |
org.junit.platform : junit-platform-engine | jar | |
org.junit.platform : junit-platform-runner | jar | |
org.junit.vintage : junit-vintage-engine | jar | |
org.junit.jupiter : junit-jupiter-migrationsupport | jar | |
org.mockito : mockito-core | jar | |
org.factcast : factcast-store-inmem | jar | 0.0.12 |
org.factcast : factcast-core | test-jar | 0.0.12 |
io.github.restdocsext : restdocsext-jersey | jar | 0.1.1 |
org.glassfish.jersey.core : jersey-client | jar | 2.25.1 |
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-inmemory | jar | 2.25.1 |
com.mercateo.rest : rest-hateoas-client | jar | 0.1.0 |
Jersey based REST Server lib for FactCast Server