f

fitlayout-render-pdf

FitLayout - PDF renderer
Files download
File Operation
fitlayout-render-pdf-2.0.6.jar download
fitlayout-render-pdf-2.0.6.pom download
fitlayout-render-pdf-2.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>cz.vutbr.fit.layout</groupId>
  <artifactId>fitlayout-render-pdf</artifactId>
  <version>2.0.6</version>
</dependency>
Gradle Groovy
implementation 'cz.vutbr.fit.layout:fitlayout-render-pdf:2.0.6'
Gradle Kotlin
implementation("cz.vutbr.fit.layout:fitlayout-render-pdf:2.0.6")
Scala SBT
libraryDependencies += "cz.vutbr.fit.layout" % "fitlayout-render-pdf" % "2.0.6"
Groovy Grape
@Grapes(
  @Grab(group='cz.vutbr.fit.layout', module='fitlayout-render-pdf', version='2.0.6')
)
Apache Ivy
<dependency org="cz.vutbr.fit.layout" name="fitlayout-render-pdf" rev="2.0.6" />
Leiningen
[cz.vutbr.fit.layout/fitlayout-render-pdf "2.0.6"]
Apache Buildr
'cz.vutbr.fit.layout:fitlayout-render-pdf:jar:2.0.6'