MVN

com.fpliu.ndk.pkg.prefab.android.21 : chinese-calendar

Maven & Gradle

Jun 24, 2022
254 stars

chinese-calendar · chinese festival/jieqi algorthm

<dependency>
    <groupId>com.fpliu.ndk.pkg.prefab.android.21</groupId>
    <artifactId>chinese-calendar</artifactId>
    <version>2022.06.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fpliu.ndk.pkg.prefab.android.21 : chinese-calendar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2022.06.24

All Versions

Choose a version of com.fpliu.ndk.pkg.prefab.android.21 : chinese-calendar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2022.06.x
chinese-calendar-2022.06.24
2022.04.x
chinese-calendar-2022.04.24
chinese-calendar-2022.04.23
chinese-calendar-2022.04.22

How to add a dependency to Maven

Add the following com.fpliu.ndk.pkg.prefab.android.21 : chinese-calendar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fpliu.ndk.pkg.prefab.android.21</groupId>
    <artifactId>chinese-calendar</artifactId>
    <version>2022.06.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fpliu.ndk.pkg.prefab.android.21 : chinese-calendar gradle dependency to your build.gradle file:

implementation 'com.fpliu.ndk.pkg.prefab.android.21:chinese-calendar:2022.06.24'

Gradle Kotlin DSL: Add the following com.fpliu.ndk.pkg.prefab.android.21 : chinese-calendar gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fpliu.ndk.pkg.prefab.android.21:chinese-calendar:2022.06.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fpliu.ndk.pkg.prefab.android.21 : chinese-calendar sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fpliu.ndk.pkg.prefab.android.21" % "chinese-calendar" % "2022.06.24"