GroupId | GroupIdcom.opentable.components |
---|---|
ArtifactId | ArtifactIdotj-server-actuator-mvc |
Last Version | Last Version5.2.14 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis is the Base POM for internal OpenTable Spring Maven projects.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-server-actuator-mvc/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-server-actuator-mvc</artifactId>
<version>5.2.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-actuator-mvc/
implementation 'com.opentable.components:otj-server-actuator-mvc:5.2.14'
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-actuator-mvc/
implementation ("com.opentable.components:otj-server-actuator-mvc:5.2.14")
'com.opentable.components:otj-server-actuator-mvc:jar:5.2.14'
<dependency org="com.opentable.components" name="otj-server-actuator-mvc" rev="5.2.14">
<artifact name="otj-server-actuator-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-server-actuator-mvc', version='5.2.14')
)
libraryDependencies += "com.opentable.components" % "otj-server-actuator-mvc" % "5.2.14"
[com.opentable.components/otj-server-actuator-mvc "5.2.14"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-actuator | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
com.opentable.components : otj-server-mvc | jar | 5.2.14 |
org.springframework.boot : spring-boot-starter-test | jar | |
org.junit.vintage : junit-vintage-engine | jar |