| License |
License |
|---|---|
| GroupId | GroupIdcom.github.heqiao2010 |
| ArtifactId | ArtifactIdlunar |
| Last Version | Last Version1.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLunarCalendar
A Java implementation of Chinese lunar calendar.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lunar-1.5.pom | |
| lunar-1.5.jar | 12 KB |
| lunar-1.5-sources.jar | 10 KB |
| lunar-1.5-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.heqiao2010/lunar/ -->
<dependency>
<groupId>com.github.heqiao2010</groupId>
<artifactId>lunar</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heqiao2010/lunar/
implementation 'com.github.heqiao2010:lunar:1.5'
// https://jarcasting.com/artifacts/com.github.heqiao2010/lunar/
implementation ("com.github.heqiao2010:lunar:1.5")
'com.github.heqiao2010:lunar:jar:1.5'
<dependency org="com.github.heqiao2010" name="lunar" rev="1.5">
<artifact name="lunar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heqiao2010', module='lunar', version='1.5')
)
libraryDependencies += "com.github.heqiao2010" % "lunar" % "1.5"
[com.github.heqiao2010/lunar "1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| com.google.code.gson : gson | jar | 2.8.5 |
| org.apache.httpcomponents : httpclient | jar | 4.5.7 |
| org.apache.commons : commons-lang3 | jar | 3.11 |