Maven repository which contain Android .aar dependencies or .jar dependencies that are not in Maven Central. You can use it with Gradle or Maven.
Add this repository to your gradle.build file:
repositories {
maven {
url 'https://raw.github.com/nicolasjafelle/maven-repo/master/'
}
mavenCentral()
}
compile 'com.facebook:FacebookSdk:3.0.1'
compile 'android.youtube:youtube_api:1.0'
compile 'android.google:cast:1.0.1'
compile 'com.paginglistview:paging-listview:1.0'
compile 'com.qachee:qachee:1.0'
compile 'com.qachee:qachee:1.0b'
compile 'com.refresh.menuitem:refreshmenuitem:1.0'
- Nicolas Jafelle - nicolasjafelle@gmail.com
- Goddchen - goddchen@googlemail.com - http://blog.goddchen.de
Copyright 2013 Nicolas Jafelle
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.