{"id":16022664,"url":"https://github.com/ewpratten/jstate","last_synced_at":"2025-08-21T17:05:24.176Z","repository":{"id":44539134,"uuid":"299629196","full_name":"ewpratten/jstate","owner":"ewpratten","description":"JState is a Java library for simple Finite State Machines","archived":false,"fork":false,"pushed_at":"2022-12-13T06:01:36.000Z","size":374,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T12:16:18.416Z","etag":null,"topics":["finite-state-machine","java","library","logic-programming"],"latest_commit_sha":null,"homepage":"https://ewpratten.retrylife.ca/jstate","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ewpratten.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-29T13:40:30.000Z","updated_at":"2023-03-05T20:31:38.000Z","dependencies_parsed_at":"2023-01-28T08:00:46.332Z","dependency_job_id":null,"html_url":"https://github.com/ewpratten/jstate","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewpratten%2Fjstate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewpratten%2Fjstate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewpratten%2Fjstate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewpratten%2Fjstate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ewpratten","download_url":"https://codeload.github.com/ewpratten/jstate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284957,"owners_count":20913704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["finite-state-machine","java","library","logic-programming"],"created_at":"2024-10-08T18:41:07.880Z","updated_at":"2025-04-05T04:16:56.271Z","avatar_url":"https://github.com/ewpratten.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JState \n\n[![Documentation](https://img.shields.io/badge/-documentation-blue)](https://ewpratten.retrylife.ca/jstate) ![Build library](https://github.com/Ewpratten/jstate/workflows/Build%20library/badge.svg)\n\nJState is a Java library for executing stateful tasks in the style of a Finite State Machine. I originally wrote this library under the name [libKontrol](https://github.com/frc5024/lib5k/tree/master/libKontrol) for [@frc5024](https://github.com/frc5024). This new library is part of an effort to save my work at Raider Robotics as a collection of Java libraries that do not depend on any of the team's internal infrastructure.\n\n## Using in your project\n\n**Step 1.** Add the RetryLife maven server to your `build.gradle` file:\n\n```groovy\nrepositories {\n    maven { \n        name 'retrylife-release'\n        url 'https://release.maven.retrylife.ca/' \n    }\n}\n```\n\n**Step 2.** Add this library as a dependency:\n\n```groovy\ndependencies {\n    implementation 'ca.retrylife:jstate:2.+'\n    implementation 'ca.retrylife:jstate:2.+:sources'\n    implementation 'ca.retrylife:jstate:2.+:javadoc'\n}\n```\n\n## How to push a release\n\nPushing a release is simple. Clone this repo, go to master, and run:\n\n```sh\ngit tag -a \u003cversion\u003e -m \"\u003cmessage\u003e\"\ngit push origin \u003cversion\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewpratten%2Fjstate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fewpratten%2Fjstate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewpratten%2Fjstate/lists"}