Skip to content

gskorupa/cricket

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Cricket Microservices Framework for Java.

Building microservices

Add dependency to your pom.xml

<dependency>
    <groupId>org.cricketmsf</groupId>
    <artifactId>cricket</artifactId>
    <version>2.0.0-rc36</version>
</dependency>

Headless CMS

NEED TO BE UPDATED

Downlod criket.jar from Maven Central or build yourself (see below).

Download admin web application

Examples

NEED TO BE UPDATED

Development

Clone repository

$ git clone https://github.com/gskorupa/cricket.git

Build

$ mvn package

More information

Go to https://cricketmsf.org to find more information about the platform.

In case of problems or questions please create issue in the project Github repository.