is not current version
Last Version 5.2.14

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

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

5.2.0
Type

Type

jar

Download otj-server-core 5.2.0


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