is not current version
Last Version 0.9

io.github.pcrnkovic:jsp-fop 0.7

The idea of jsp-fop is to provide a simple and fast reporting tool by combining JSP and XSL-FO (Apache FOP).

Categories

Categories

Jakarta Server Pages Jakarta EE The Web Tier Crnk Program Interface REST Frameworks
GroupId

GroupId

io.github.pcrnkovic
ArtifactId

ArtifactId

jsp-fop
Version

Version

0.7
Type

Type

jar

Download jsp-fop 0.7


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