Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

FoBo / FoBo Module

Using and depending on the FoBo / FoBo module will make all FoBo's Toolkit, Resource and API modules available for initiation in your Lift application.

This is the easiest way to get started with using FoBo and if you do not have application size constraints there is no drawbacks from keep using but if you for some reason late decide you would like a smaller footprint it is trivial to change and start to instead use one or more of FoBo's Toolkit, Resource or API modules. To get a smaller footprint the alternative is to depend on and use exactly the FoBo Toolkit, Resource and or API modules your application needs, how to do this and what eventual changes needs to be made in our dependency and application setup is described in the respective modules readme.

For more information on what FoBo is and what it brings to your project see the main readme.

Integration into your project

Dependency settings

Example setup:

SBT:

"net.liftmodules" %% "fobo_3.3" % "2.1.0"

Maven:

<dependency>
  <groupId>net.liftmodules</groupId>
  <artifactId>fobo_3.3_2.12.7</artifactId>
  <version>2.1.0</version>
</dependency>

The example will include the FoBo module built for lift 3.1.x. If you are using maven observe that the artifact id also needs the Scala version.