State Factory
  • State Factory
  • Installation
  • Essential Usage
  • Advanced Usage
  • Examples
  • Additional Information
    • Code Organization
Powered by GitBook
On this page

Installation

How to install State Factory.

Last updated 11 days ago

Installing the library is quite simple. First, navigate to your build.dependencies.gradle file, and go to the repositories section. There, add the maven link to jitpack.io.

repositories {
    //you might have other stuff here
    maven { url 'https://jitpack.io' }
}

Then, in the dependencies section, add this:

implementation 'com.github.StateFactory-Dev:StateFactory:0.3.9'

The number after the colon represents the tag of the latest version of StateFactory. As of now, the most current release tag is .

Now do a gradle sync, and State Factory should be installed.

v0.3.9
Page cover image