License |
License
various Licenses
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.offo |
ArtifactId | ArtifactIdfop-hyph |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFOP XML Hyphenation Patterns
The project Objects For Formatting Objects (OFFO) hosts hyphenation pattern files in the XML format
used by the Formatting Object Processor Apache Fop.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fop-hyph-2.0.pom | |
fop-hyph-2.0.jar | 756 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.offo/fop-hyph/ -->
<dependency>
<groupId>net.sf.offo</groupId>
<artifactId>fop-hyph</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.offo/fop-hyph/
implementation 'net.sf.offo:fop-hyph:2.0'
// https://jarcasting.com/artifacts/net.sf.offo/fop-hyph/
implementation ("net.sf.offo:fop-hyph:2.0")
'net.sf.offo:fop-hyph:jar:2.0'
<dependency org="net.sf.offo" name="fop-hyph" rev="2.0">
<artifact name="fop-hyph" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.offo', module='fop-hyph', version='2.0')
)
libraryDependencies += "net.sf.offo" % "fop-hyph" % "2.0"
[net.sf.offo/fop-hyph "2.0"]