Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.
/ JStarter Public archive

this library will contain all base classes neded for all our projects

Notifications You must be signed in to change notification settings

team0se7en/JStarter

Repository files navigation

JStarter

  • this library contains all base classes needed for our projects

libraries used

  • reactive extension Rxjava2
  • dependency injection Dagger2
  • architecture components (LiveData and ViewModel )

we also used MvRx concepts

How to

from jcenter

Add the dependency in your app build.gradle file

dependencies {
	...
    implementation 'com.roacult.team7:Jstarter:1.0.1'
}

or from jitpack

Add it in your root build.gradle at the end of repositories:

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

Add the dependency in your app build.gradle file

dependencies {
	...
    implementation 'com.github.team0se7en:JStarter:1.0.2'
}

About

this library will contain all base classes neded for all our projects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages