Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
/ fulibMockups Public archive

Tools for generating HTML mockups and Web Apps.

License

Notifications You must be signed in to change notification settings

fujaba/fulibMockups

Repository files navigation

fulibMockups

Java CI javadoc

A library for generating HTML mockups and web apps. Primarily used together with fulibScenarios.

Installation

build.gradle:

repositories {
   // ...
   mavenCentral()
}
dependencies {
   // ...
   // https://mvnrepository.com/artifact/org.fulib/fulibMockups
   compile group: 'org.fulib', name: 'fulibMockups', version: '0.4.0'
}

License

MIT