License |
License |
---|---|
GroupId | GroupIdcom.github.heqiao2010 |
ArtifactId | ArtifactIdlunar |
Version | Version1.5 |
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 | 1 MB |
lunar-1.5-sources.jar | 14 KB |
lunar-1.5-javadoc.jar | 48 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 |