Code library shared amongst the Webapp and Android applications.
mvn clean
mvn compile
See .github/workflows/maven-release.yml
Note
To perform a release, go to https://github.com/elimu-ai/model/actions/workflows/maven-release.yml, and press "Run workflow."
After each release, the resulting .jar
file gets uploaded to https://jitpack.io/#elimu-ai/model
./build.gradle
:
repositories {
maven { url "https://jitpack.io" }
}
./app/build.gradle
:
dependencies {
implementation 'com.github.elimu-ai:model:<version>'
}
./pom.xml
:
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.elimu-ai</groupId>
<artifactId>model</artifactId>
<version>Tag</version>
</dependency>
elimu.ai - Free open-source learning software for out-of-school children β¨π
Website π Β β’Β Wiki π Β β’Β Projects π©π½βπ» Β β’Β Milestones π― Β β’Β Community ππ½ Β β’Β Support π