MVN

com.telenav.cactus : wordy

Maven & Gradle

Nov 13, 2022
0 stars

A generic library for mapping bit sequences to sequences of (hopefully) memorable and inoffensive english words

<dependency>
    <groupId>com.telenav.cactus</groupId>
    <artifactId>wordy</artifactId>
    <version>1.5.49</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.telenav.cactus : wordy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.49

All Versions

Choose a version of com.telenav.cactus : wordy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
wordy-1.5.49
wordy-1.5.48
wordy-1.5.47
wordy-1.5.46
wordy-1.5.45
wordy-1.5.44
wordy-1.5.43
wordy-1.5.42
wordy-1.5.41
wordy-1.5.40
wordy-1.5.39
wordy-1.5.38
wordy-1.5.37
wordy-1.5.36
wordy-1.5.35
wordy-1.5.34
wordy-1.5.33
wordy-1.5.32
wordy-1.5.31
wordy-1.5.30
wordy-1.5.29
wordy-1.5.28
wordy-1.5.27
wordy-1.5.26
wordy-1.5.25
wordy-1.5.24

How to add a dependency to Maven

Add the following com.telenav.cactus : wordy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.telenav.cactus</groupId>
    <artifactId>wordy</artifactId>
    <version>1.5.49</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.telenav.cactus : wordy gradle dependency to your build.gradle file:

implementation 'com.telenav.cactus:wordy:1.5.49'

Gradle Kotlin DSL: Add the following com.telenav.cactus : wordy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.telenav.cactus:wordy:1.5.49")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.telenav.cactus : wordy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.telenav.cactus" % "wordy" % "1.5.49"

Advertisement