| GroupId | GroupIdcom.opentable.components |
|---|---|
| ArtifactId | ArtifactIdotj-server-core |
| Version | Version5.2.13 |
| Type | Typejar |
| Description |
DescriptionWiring for basic Jetty core servlet regardless of MVC or JaxRS choices. Also wires logging, metrics, etc
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| otj-server-core-5.2.13.pom | |
| otj-server-core-5.2.13.jar | 77 KB |
| otj-server-core-5.2.13-tests.jar | 43 KB |
| otj-server-core-5.2.13-test-sources.jar | 28 KB |
| otj-server-core-5.2.13-sources.jar | 48 KB |
| otj-server-core-5.2.13-javadoc.jar | 590 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-server-core/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-server-core</artifactId>
<version>5.2.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-core/
implementation 'com.opentable.components:otj-server-core:5.2.13'
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-core/
implementation ("com.opentable.components:otj-server-core:5.2.13")
'com.opentable.components:otj-server-core:jar:5.2.13'
<dependency org="com.opentable.components" name="otj-server-core" rev="5.2.13">
<artifact name="otj-server-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-server-core', version='5.2.13')
)
libraryDependencies += "com.opentable.components" % "otj-server-core" % "5.2.13"
[com.opentable.components/otj-server-core "5.2.13"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.opentable.components : otj-logging-kafka | jar | 5.2.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | |
| com.betfair.net.java.opendmk : jmx-optional | jar | 1.0-b02 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.36 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.assertj : assertj-core | jar | 3.21.0 |
| org.springframework : spring-test | jar | |
| org.springframework.boot : spring-boot-test | jar | |
| org.mockito : mockito-core | jar | 4.0.0 |