MVN

io.github.aagitoex : compose-nepcal

Maven & Gradle

Jan 05, 2023
3 stars

compose-nepcal · Android compose nepali calendar implementation.

<dependency>
    <groupId>io.github.aagitoex</groupId>
    <artifactId>compose-nepcal</artifactId>
    <version>1.0.0-beta03</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.aagitoex : compose-nepcal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-beta03
  • Latest Beta: 1.0.0-beta03
  • Latest Alpha: 0.0.2-alpha01

All Versions

Choose a version of io.github.aagitoex : compose-nepcal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
compose-nepcal-1.0.0-beta03
compose-nepcal-1.0.0-beta02
compose-nepcal-1.0.0-beta01
0.0.x
compose-nepcal-0.0.2-alpha01
compose-nepcal-0.0.1-alpha01

How to add a dependency to Maven

Add the following io.github.aagitoex : compose-nepcal maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.aagitoex</groupId>
    <artifactId>compose-nepcal</artifactId>
    <version>1.0.0-beta03</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.aagitoex : compose-nepcal gradle dependency to your build.gradle file:

implementation 'io.github.aagitoex:compose-nepcal:1.0.0-beta03'

Gradle Kotlin DSL: Add the following io.github.aagitoex : compose-nepcal gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.aagitoex:compose-nepcal:1.0.0-beta03")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.aagitoex : compose-nepcal sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.aagitoex" % "compose-nepcal" % "1.0.0-beta03"