GroupId | GroupIdcom.opentable.components |
---|---|
ArtifactId | ArtifactIdotj-server-core |
Version | Version5.2.10 |
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.10.pom | |
otj-server-core-5.2.10.jar | 77 KB |
otj-server-core-5.2.10-tests.jar | 43 KB |
otj-server-core-5.2.10-test-sources.jar | 28 KB |
otj-server-core-5.2.10-sources.jar | 48 KB |
otj-server-core-5.2.10-javadoc.jar | 591 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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-core/
implementation 'com.opentable.components:otj-server-core:5.2.10'
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-core/
implementation ("com.opentable.components:otj-server-core:5.2.10")
'com.opentable.components:otj-server-core:jar:5.2.10'
<dependency org="com.opentable.components" name="otj-server-core" rev="5.2.10">
<artifact name="otj-server-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-server-core', version='5.2.10')
)
libraryDependencies += "com.opentable.components" % "otj-server-core" % "5.2.10"
[com.opentable.components/otj-server-core "5.2.10"]
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.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.19.0 |
org.springframework : spring-test | jar | |
org.springframework.boot : spring-boot-test | jar | |
org.mockito : mockito-core | jar | 3.9.0 |