is not current version
Last Version 5.2.14

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

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.1.3
Type

Type

jar

Download otj-server-core 3.1.3


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