GroupId | GroupIdcom.opentable.components |
---|---|
ArtifactId | ArtifactIdotj-server-mvc |
Version | Version3.1.5 |
Type | Typejar |
Filename | Size |
---|---|
otj-server-mvc-3.1.5.pom | |
otj-server-mvc-3.1.5.jar | 8 KB |
otj-server-mvc-3.1.5-tests.jar | 24 KB |
otj-server-mvc-3.1.5-test-sources.jar | 15 KB |
otj-server-mvc-3.1.5-sources.jar | 6 KB |
otj-server-mvc-3.1.5-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-server-mvc/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-server-mvc</artifactId>
<version>3.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-mvc/
implementation 'com.opentable.components:otj-server-mvc:3.1.5'
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-mvc/
implementation ("com.opentable.components:otj-server-mvc:3.1.5")
'com.opentable.components:otj-server-mvc:jar:3.1.5'
<dependency org="com.opentable.components" name="otj-server-mvc" rev="3.1.5">
<artifact name="otj-server-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-server-mvc', version='3.1.5')
)
libraryDependencies += "com.opentable.components" % "otj-server-mvc" % "3.1.5"
[com.opentable.components/otj-server-mvc "3.1.5"]