n

np-calendar-ui

A Nepali Calendar used to manage nepali dates and also convert AD dates to nepali.
https://github.com/sapkotamadhusudan/nepali-calendar
MIT License
Madhusudan Sapkota
Files download
File Operation
np-calendar-ui-1.0.5.pom download
np-calendar-ui-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.sapkotamadhusudan</groupId>
  <artifactId>np-calendar-ui</artifactId>
  <version>1.0.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.sapkotamadhusudan:np-calendar-ui:1.0.5'
Gradle Kotlin
implementation("io.github.sapkotamadhusudan:np-calendar-ui:1.0.5")
Scala SBT
libraryDependencies += "io.github.sapkotamadhusudan" % "np-calendar-ui" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sapkotamadhusudan', module='np-calendar-ui', version='1.0.5')
)
Apache Ivy
<dependency org="io.github.sapkotamadhusudan" name="np-calendar-ui" rev="1.0.5" />
Leiningen
[io.github.sapkotamadhusudan/np-calendar-ui "1.0.5"]
Apache Buildr
'io.github.sapkotamadhusudan:np-calendar-ui:jar:1.0.5'