A library for generating HTML mockups and web apps. Primarily used together with fulibScenarios.
build.gradle:
repositories {
mavenCentral()
jcenter()
}dependencies {
// https://mvnrepository.com/artifact/org.fulib/fulibMockups
compile group: 'org.fulib', name: 'fulibMockups', version: '0.3.1'
}