GitXplorerGitXplorer
r

mvn-peripheral

public
0 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
0928beeef2df38cb417826855f4edda9e3458d70

Dagger snapshot

rronshapiro committed 10 years ago
Unverified
3207f033e3288e98049b01aaa2c0b2140ee4f1f3

AssertJ-Android jar

rronshapiro committed 10 years ago
Unverified
960bde1bbdf643205e5417ce59422abc20506fc2

Zmanim 1.3.0

rronshapiro committed 10 years ago
Unverified
c6634bec4404cc0319c68c2231e2c53553aa36db

Android Palette compatibility

rronshapiro committed 10 years ago
Unverified
40c3440e629e057df091ea2d680d7ec1967697af

Initial commit

rronshapiro committed 11 years ago

README

The README file for this repository.

Maven-Peripheral

A non-central maven repository that includes some artifacts that aren't included on Maven Central.

Configure your build.gradle like so:

repositories {
    mavenCentral()
    maven { url 'https://github.com/ronshapiro/mvn-peripheral/raw/master/' }
}

compile away like you would with any other repo!

compile 'com.google.android:annotations:4.1.1.4'