MVN

cn.huangdayu : almanac

Maven & Gradle

Dec 24, 2021
33 stars

almanac · Supports multiple calendar calculations and conversions

<dependency>
    <groupId>cn.huangdayu</groupId>
    <artifactId>almanac</artifactId>
    <version>20211224</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.huangdayu : almanac to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20211224

All Versions

Choose a version of cn.huangdayu : almanac to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20211224
almanac-20211224
20211128
almanac-20211128

How to add a dependency to Maven

Add the following cn.huangdayu : almanac maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.huangdayu</groupId>
    <artifactId>almanac</artifactId>
    <version>20211224</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.huangdayu : almanac gradle dependency to your build.gradle file:

implementation 'cn.huangdayu:almanac:20211224'

Gradle Kotlin DSL: Add the following cn.huangdayu : almanac gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.huangdayu:almanac:20211224")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.huangdayu : almanac sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.huangdayu" % "almanac" % "20211224"

Advertisement