Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 211 Bytes

File metadata and controls

12 lines (10 loc) · 211 Bytes

JavaAlgebraSystem

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

dependencies {
        implementation 'com.github.kevintran-git:JavaAlgebraSystem:cli-SNAPSHOT'
}