f

fitlayout-render-cssbox

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