is not current version
Last Version 5.2.14

com.opentable.components:otj-server-core 3.0.13

Wiring for basic Jetty core servlet regardless of MVC or JaxRS choices. Also wires logging, metrics, etc

GroupId

GroupId

com.opentable.components
ArtifactId

ArtifactId

otj-server-core
Version

Version

3.0.13
Type

Type

jar

Download otj-server-core 3.0.13


<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-server-core/ -->
<dependency>
    <groupId>com.opentable.components</groupId>
    <artifactId>otj-server-core</artifactId>
    <version>3.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-core/
implementation 'com.opentable.components:otj-server-core:3.0.13'
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-core/
implementation ("com.opentable.components:otj-server-core:3.0.13")
'com.opentable.components:otj-server-core:jar:3.0.13'
<dependency org="com.opentable.components" name="otj-server-core" rev="3.0.13">
  <artifact name="otj-server-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-server-core', version='3.0.13')
)
libraryDependencies += "com.opentable.components" % "otj-server-core" % "3.0.13"
[com.opentable.components/otj-server-core "3.0.13"]