https://github.com/ackeecz/jcenter-clone
Mirror of a legacy dependencies used by older Ackee projects on a jCenter
https://github.com/ackeecz/jcenter-clone
android
Last synced: 6 months ago
JSON representation
Mirror of a legacy dependencies used by older Ackee projects on a jCenter
- Host: GitHub
- URL: https://github.com/ackeecz/jcenter-clone
- Owner: AckeeCZ
- Created: 2024-08-16T11:51:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T07:01:27.000Z (12 months ago)
- Last Synced: 2025-04-03T13:13:31.974Z (7 months ago)
- Topics: android
- Homepage:
- Size: 2.8 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jCenter clone
This repository contains depenencies used on Ackee projects which are still hosted on a jCenter. These are usually no longer maintained dependencies, eg. Anko, which we can't easily get rid of.
To use it in your project add this to your repositories setup instead of a jCenter. Don't forget to include also mavenCentral
```groovy
+ maven { url "https://raw.github.com/AckeeCZ/jcenter-clone/main" }
```