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