GroupId | GroupIdcom.opentable.components |
---|---|
ArtifactId | ArtifactIdotj-executors |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
otj-executors-2.1.3.pom | |
otj-executors-2.1.3.jar | 42 KB |
otj-executors-2.1.3-tests.jar | 24 KB |
otj-executors-2.1.3-test-sources.jar | 12 KB |
otj-executors-2.1.3-sources.jar | 26 KB |
otj-executors-2.1.3-javadoc.jar | 457 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-executors/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-executors</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-executors/
implementation 'com.opentable.components:otj-executors:2.1.3'
// https://jarcasting.com/artifacts/com.opentable.components/otj-executors/
implementation ("com.opentable.components:otj-executors:2.1.3")
'com.opentable.components:otj-executors:jar:2.1.3'
<dependency org="com.opentable.components" name="otj-executors" rev="2.1.3">
<artifact name="otj-executors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-executors', version='2.1.3')
)
libraryDependencies += "com.opentable.components" % "otj-executors" % "2.1.3"
[com.opentable.components/otj-executors "2.1.3"]