MVN

org.opendaylight.yangtools : triemap

Maven & Gradle

Feb 10, 2020
9 usages

Java implementation of a concurrent trie hash map from Scala collections library

<dependency>
    <groupId>org.opendaylight.yangtools</groupId>
    <artifactId>triemap</artifactId>
    <version>1.1.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.yangtools : triemap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.18

All Versions

Choose a version of org.opendaylight.yangtools : triemap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
triemap-1.1.18
triemap-1.1.17
triemap-1.1.16
triemap-1.1.15
triemap-1.1.14
triemap-1.1.13
triemap-1.1.12
triemap-1.1.11
triemap-1.1.10
triemap-1.1.9
triemap-1.1.8
triemap-1.1.7
triemap-1.1.6
triemap-1.1.5
triemap-1.1.4
triemap-1.1.3
triemap-1.1.2
triemap-1.1.1
triemap-1.1.0
1.0.x
triemap-1.0.23
triemap-1.0.22
triemap-1.0.21
triemap-1.0.20
triemap-1.0.19
triemap-1.0.18
triemap-1.0.17
triemap-1.0.16
triemap-1.0.15
triemap-1.0.14
triemap-1.0.13
triemap-1.0.12
triemap-1.0.11
triemap-1.0.10
triemap-1.0.9
triemap-1.0.8
triemap-1.0.7
triemap-1.0.6.7
triemap-1.0.6.6
triemap-1.0.6.5
triemap-1.0.6.4
triemap-1.0.6.3
triemap-1.0.6.2
triemap-1.0.6.1
triemap-1.0.6
triemap-1.0.5
triemap-1.0.4
triemap-1.0.3
triemap-1.0.2
triemap-1.0.1
triemap-1.0.0
0.10.x
triemap-0.10.3
triemap-0.10.2
triemap-0.10.1
triemap-0.10.0
0.9.x
triemap-0.9.4-Carbon
triemap-0.9.3-Carbon
triemap-0.9.2-Carbon
triemap-0.9.1-Carbon
triemap-0.9.0-Carbon

How to add a dependency to Maven

Add the following org.opendaylight.yangtools : triemap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opendaylight.yangtools</groupId>
    <artifactId>triemap</artifactId>
    <version>1.1.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.yangtools : triemap gradle dependency to your build.gradle file:

implementation 'org.opendaylight.yangtools:triemap:1.1.18'

Gradle Kotlin DSL: Add the following org.opendaylight.yangtools : triemap gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.yangtools:triemap:1.1.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.yangtools : triemap sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.yangtools" % "triemap" % "1.1.18"

Advertisement