Categories |
CategoriesData Data Structures |
---|---|
GroupId | GroupIdcom.opentable.components |
ArtifactId | ArtifactIdotj-data-structures |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionotj-data-structures
Useful uncommon data structures.
|
<!-- https://jarcasting.com/artifacts/com.opentable.components/otj-data-structures/ -->
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-data-structures</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.opentable.components/otj-data-structures/
implementation 'com.opentable.components:otj-data-structures:1.2.1'
// https://jarcasting.com/artifacts/com.opentable.components/otj-data-structures/
implementation ("com.opentable.components:otj-data-structures:1.2.1")
'com.opentable.components:otj-data-structures:jar:1.2.1'
<dependency org="com.opentable.components" name="otj-data-structures" rev="1.2.1">
<artifact name="otj-data-structures" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opentable.components', module='otj-data-structures', version='1.2.1')
)
libraryDependencies += "com.opentable.components" % "otj-data-structures" % "1.2.1"
[com.opentable.components/otj-data-structures "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
org.apache.commons : commons-lang3 | jar | 3.1 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |