is not current version
Last Version 0.1.9

com.github.davidmoten:word-wrap 0.1.6

Text word wrapping in Java

GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

word-wrap
Version

Version

0.1.6
Type

Type

jar

Download word-wrap 0.1.6


<!-- https://jarcasting.com/artifacts/com.github.davidmoten/word-wrap/ -->
<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>word-wrap</artifactId>
    <version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/word-wrap/
implementation 'com.github.davidmoten:word-wrap:0.1.6'
// https://jarcasting.com/artifacts/com.github.davidmoten/word-wrap/
implementation ("com.github.davidmoten:word-wrap:0.1.6")
'com.github.davidmoten:word-wrap:jar:0.1.6'
<dependency org="com.github.davidmoten" name="word-wrap" rev="0.1.6">
  <artifact name="word-wrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='word-wrap', version='0.1.6')
)
libraryDependencies += "com.github.davidmoten" % "word-wrap" % "0.1.6"
[com.github.davidmoten/word-wrap "0.1.6"]