GroupId | GroupIdcom.github.davidmoten |
---|---|
ArtifactId | ArtifactIdword-wrap |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
word-wrap-0.1.5.pom | |
word-wrap-0.1.5.jar | 16 KB |
word-wrap-0.1.5-sources.jar | 7 KB |
word-wrap-0.1.5-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/word-wrap/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>word-wrap</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/word-wrap/
implementation 'com.github.davidmoten:word-wrap:0.1.5'
// https://jarcasting.com/artifacts/com.github.davidmoten/word-wrap/
implementation ("com.github.davidmoten:word-wrap:0.1.5")
'com.github.davidmoten:word-wrap:jar:0.1.5'
<dependency org="com.github.davidmoten" name="word-wrap" rev="0.1.5">
<artifact name="word-wrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='word-wrap', version='0.1.5')
)
libraryDependencies += "com.github.davidmoten" % "word-wrap" % "0.1.5"
[com.github.davidmoten/word-wrap "0.1.5"]