Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.opentable.components |
ArtifactId | ArtifactIdotj-server-reactive |
Version | Version5.2.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-server-reactive/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-server-reactive</artifactId>
<version>5.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-reactive/
implementation 'com.opentable.components:otj-server-reactive:5.2.5'
// https://jarcasting.com/artifacts/com.opentable.components/otj-server-reactive/
implementation ("com.opentable.components:otj-server-reactive:5.2.5")
'com.opentable.components:otj-server-reactive:jar:5.2.5'
<dependency org="com.opentable.components" name="otj-server-reactive" rev="5.2.5">
<artifact name="otj-server-reactive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-server-reactive', version='5.2.5')
)
libraryDependencies += "com.opentable.components" % "otj-server-reactive" % "5.2.5"
[com.opentable.components/otj-server-reactive "5.2.5"]