t

text-instructions

Open source library that wraps Projects OSRM text instructions node library using J2V8 to compile map direction instructions on the Java JVM.
https://github.com/brianolsen87/text-instructions
The BSD 2-Clause License
Brian Olsen
Files download
File Operation
text-instructions-0.11.3.jar download
text-instructions-0.11.3.pom download
text-instructions-0.11.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.brianolsen87</groupId>
  <artifactId>text-instructions</artifactId>
  <version>0.11.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.brianolsen87:text-instructions:0.11.3'
Gradle Kotlin
implementation("com.github.brianolsen87:text-instructions:0.11.3")
Scala SBT
libraryDependencies += "com.github.brianolsen87" % "text-instructions" % "0.11.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.brianolsen87', module='text-instructions', version='0.11.3')
)
Apache Ivy
<dependency org="com.github.brianolsen87" name="text-instructions" rev="0.11.3" />
Leiningen
[com.github.brianolsen87/text-instructions "0.11.3"]
Apache Buildr
'com.github.brianolsen87:text-instructions:jar:0.11.3'