Step 1. Add the JitPack repository to your build file
Add it in your root settings.gradle at the end of repositories:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
Add it in your settings.gradle.kts at the end of repositories:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}
Add to pom.xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add it in your build.sbt at the end of resolvers:
resolvers += "jitpack" at "https://jitpack.io"
Add it in your project.clj at the end of repositories:
:repositories [["jitpack" "https://jitpack.io"]]
Step 2. Add the dependency
dependencies {
implementation 'com.github.ebraminio:DroidPersianCalendar:6.0.0'
}
dependencies {
implementation("com.github.ebraminio:DroidPersianCalendar:6.0.0")
}
<dependency>
<groupId>com.github.ebraminio</groupId>
<artifactId>DroidPersianCalendar</artifactId>
<version>6.0.0</version>
</dependency>
libraryDependencies += "com.github.ebraminio" % "DroidPersianCalendar" % "6.0.0"
:dependencies [[com.github.ebraminio/DroidPersianCalendar "6.0.0"]]
A simple, free and open-source Android calendar
<a href='https://play.google.com/store/apps/details?id=com.byagowi.persiancalendar'><img height=70 alt='Get it on Google Play' src='https://raw.githubusercontent.com/persian-calendar/persian-calendar/main/assets/GooglePlay.svg'/></a> <a href='https://f-droid.org/app/com.byagowi.persiancalendar'><img height=70 alt='Get it on F-Droid' src='https://raw.githubusercontent.com/persian-calendar/persian-calendar/main/assets/FDroid.svg'/></a> <a href='https://github.com/persian-calendar/persian-calendar/releases/'><img height=70 alt='Get it on GitHub' src='https://raw.githubusercontent.com/persian-calendar/persian-calendar/main/assets/GitHub.svg'/></a> <a href='https://cafebazaar.ir/app/com.byagowi.persiancalendar'><img height=70 alt='Get it on Bazaar' src='https://raw.githubusercontent.com/persian-calendar/persian-calendar/main/assets/Bazaar.svg'/></a> <a href='https://myket.ir/app/com.byagowi.persiancalendar'><img height=70 alt='Get it on Myket' src='https://raw.githubusercontent.com/persian-calendar/persian-calendar/main/assets/Myket.svg'/></a>
Copyright (C) 2012-2025 Android Persian Calendar Developers
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
</details> <details open> <summary>فارسی</summary> <div dir="rtl">تقویم ساده، رایگان و آزاد اندروید
<a href='https://play.google.com/store/apps/details?id=com.byagowi.persiancalendar'><img height=70 alt='Get it on Google Play' src='https://raw.githubusercontent.com/persian-calendar/persian-calendar/main/assets/GooglePlay.svg'/></a> <a href='https://f-droid.org/app/com.byagowi.persiancalendar'><img height=70 alt='Get it on F-Droid' src='https://raw.githubusercontent.com/persian-calendar/persian-calendar/main/assets/FDroid.svg'/></a> <a href='https://github.com/persian-calendar/persian-calendar/releases/'><img height=70 alt='Get it on GitHub' src='https://raw.githubusercontent.com/persian-calendar/persian-calendar/main/assets/GitHub.svg'/></a> <a href='https://cafebazaar.ir/app/com.byagowi.persiancalendar'><img height=70 alt='Get it on Bazaar' src='https://raw.githubusercontent.com/persian-calendar/persian-calendar/main/assets/Bazaar.svg'/></a> <a href='https://myket.ir/app/com.byagowi.persiancalendar'><img height=70 alt='Get it on Myket' src='https://raw.githubusercontent.com/persian-calendar/persian-calendar/main/assets/Myket.svg'/></a>
در بالا شرایط استفاده از برنامه به شکل رسمی آمده، دلیل استفاده از این مجوز این بوده که برای سورس برنامه از کدهایی که دارای این شرایط بودهاند استفاده شده که ما را ملزم به استفاده از این شرایط برای سورس برنامه کرده است پس توقع میرود شما هم در استفاده از سورس برنامه چنین کنید، شرایط استفاده از کد به طور ساده شده در اینجا https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3) توضیح داده شده است، خلاصهاش تقریباً اینگونه است که لازم است به همان شکلی که سورس برنامه را به همراه برنامه دریافت کردهاید، سورس برنامهٔ تغییر داده شده خود را حداقل در هر انتشار در جایی عمومی قرار دهید، پیوند آن را هم به صورت عمومی قرار دهید و ارجاع مناسب به سورس اصلی دهید. همانطور که اشاره شد از آنجایی که از سورس دیگرانی با همین مجوز در این برنامه استفاده شده است در اختیار ما نیست که به شکل دیگری استفاده از این سورس را مجاز کنیم. با تشکر
</div> </details>https://github.com/persian-calendar/persian-calendar
as URL, click the clone button.