is not current version
Last Version 2.10.0

org.apache.camel.quarkus:camel-quarkus-fop 1.5.0

Render messages into PDF and other output formats supported by Apache FOP.

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

org.apache.camel.quarkus
ArtifactId

ArtifactId

camel-quarkus-fop
Version

Version

1.5.0
Type

Type

jar

Download camel-quarkus-fop 1.5.0


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