material-hijri-calendarview
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.eltohamy</groupId> <artifactId>material-hijri-calendarview</artifactId> <version>1.1.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.eltohamy</groupId> <artifactId>material-hijri-calendarview</artifactId> <version>1.1.3</version> <packaging>aar</packaging> <name>material-hijri-calendarview</name> <description>A Material design back port of Android's Hijri CalendarView. The goal is to have a Material look and feel, rather than 100% parity with the platform's implementation.</description> <url>https://github.com/eltohamy/material-hijri-calendarview/</url> <inceptionYear>2016</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>http://www.apache.org/licenses/LICENSE-2.0.txt</distribution> </license> </licenses> <developers> <developer> <id>El-tohamy</id> <name>El-tohamy Allam</name> <email>tohamy_allam@yahoo.com</email> </developer> <developer> <id>eltohamy</id> <name>Eltohamy Abdelmoaty</name> <url>https://github.com/eltohamy</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/eltohamy/material-hijri-calendarview.git</connection> <developerConnection>scm:git:ssh://git@github.com/eltohamy/material-hijri-calendarview.git</developerConnection> <url>https://github.com/username/mylibrary/</url> </scm> <dependencies> <dependency> <groupId>androidx.legacy</groupId> <artifactId>legacy-support-v4</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.msarhan</groupId> <artifactId>ummalqura-calendar</artifactId> <version>2.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.8.2</version> <scope>runtime</scope> </dependency> </dependencies> </project>