| GroupId | GroupIdorg.daisy.dotify |
|---|---|
| ArtifactId | ArtifactIddotify.hyphenator.impl |
| Version | Version5.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.daisy.dotify/dotify.hyphenator.impl/ -->
<dependency>
<groupId>org.daisy.dotify</groupId>
<artifactId>dotify.hyphenator.impl</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.daisy.dotify/dotify.hyphenator.impl/
implementation 'org.daisy.dotify:dotify.hyphenator.impl:5.0.0'
// https://jarcasting.com/artifacts/org.daisy.dotify/dotify.hyphenator.impl/
implementation ("org.daisy.dotify:dotify.hyphenator.impl:5.0.0")
'org.daisy.dotify:dotify.hyphenator.impl:jar:5.0.0'
<dependency org="org.daisy.dotify" name="dotify.hyphenator.impl" rev="5.0.0">
<artifact name="dotify.hyphenator.impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.daisy.dotify', module='dotify.hyphenator.impl', version='5.0.0')
)
libraryDependencies += "org.daisy.dotify" % "dotify.hyphenator.impl" % "5.0.0"
[org.daisy.dotify/dotify.hyphenator.impl "5.0.0"]