Skip to content

Maven repository which contain Android .aar dependencies or .jar dependencies that are not in Maven Central. You can use it with Gradle or Maven.

License

Notifications You must be signed in to change notification settings

nicolasjafelle/maven-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

maven-repo

Maven repository which contain Android .aar dependencies or .jar dependencies that are not in Maven Central. You can use it with Gradle or Maven.

How to Use

Add this repository to your gradle.build file:

repositories {
    maven {
        url 'https://raw.github.com/nicolasjafelle/maven-repo/master/'
    }
    mavenCentral()
}

Available Artifacts

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'

Developed By

Thanks to

License

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.

About

Maven repository which contain Android .aar dependencies or .jar dependencies that are not in Maven Central. You can use it with Gradle or Maven.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published