GroupId | GroupIdorg.apache.xmlgraphics |
---|---|
ArtifactId | ArtifactIdfop-core |
Version | Version2.4 |
Type | Typejar |
Filename | Size |
---|---|
fop-core-2.4.pom | |
fop-core-2.4.jar | 4 MB |
fop-core-2.4-sources.jar | 3 MB |
fop-core-2.4-javadoc.jar | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop-core/ -->
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-core</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop-core/
implementation 'org.apache.xmlgraphics:fop-core:2.4'
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop-core/
implementation ("org.apache.xmlgraphics:fop-core:2.4")
'org.apache.xmlgraphics:fop-core:jar:2.4'
<dependency org="org.apache.xmlgraphics" name="fop-core" rev="2.4">
<artifact name="fop-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlgraphics', module='fop-core', version='2.4')
)
libraryDependencies += "org.apache.xmlgraphics" % "fop-core" % "2.4"
[org.apache.xmlgraphics/fop-core "2.4"]