Categories |
CategoriesAxon Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdsaxon |
ArtifactId | ArtifactIdsaxon-fop |
Last Version | Last Version6.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
saxon-fop-6.5.2.pom | |
saxon-fop-6.5.2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/saxon/saxon-fop/ -->
<dependency>
<groupId>saxon</groupId>
<artifactId>saxon-fop</artifactId>
<version>6.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/saxon/saxon-fop/
implementation 'saxon:saxon-fop:6.5.2'
// https://jarcasting.com/artifacts/saxon/saxon-fop/
implementation ("saxon:saxon-fop:6.5.2")
'saxon:saxon-fop:jar:6.5.2'
<dependency org="saxon" name="saxon-fop" rev="6.5.2">
<artifact name="saxon-fop" type="jar" />
</dependency>
@Grapes(
@Grab(group='saxon', module='saxon-fop', version='6.5.2')
)
libraryDependencies += "saxon" % "saxon-fop" % "6.5.2"
[saxon/saxon-fop "6.5.2"]