f

fitlayout-render-cssbox

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