License |
License
Apache License Version 2.0
|
---|---|
GroupId | GroupIdorg.shredzone.commons |
ArtifactId | ArtifactIdcommons-suncalc |
Version | Version3.4 |
Type | Typejar |
Description |
DescriptionCommons: Suncalc
Compute sun and moon phases
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-suncalc-3.4.pom | |
commons-suncalc-3.4.jar | 51 KB |
commons-suncalc-3.4-sources.jar | 38 KB |
commons-suncalc-3.4-javadoc.jar | 359 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.shredzone.commons/commons-suncalc/ -->
<dependency>
<groupId>org.shredzone.commons</groupId>
<artifactId>commons-suncalc</artifactId>
<version>3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-suncalc/
implementation 'org.shredzone.commons:commons-suncalc:3.4'
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-suncalc/
implementation ("org.shredzone.commons:commons-suncalc:3.4")
'org.shredzone.commons:commons-suncalc:jar:3.4'
<dependency org="org.shredzone.commons" name="commons-suncalc" rev="3.4">
<artifact name="commons-suncalc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.commons', module='commons-suncalc', version='3.4')
)
libraryDependencies += "org.shredzone.commons" % "commons-suncalc" % "3.4"
[org.shredzone.commons/commons-suncalc "3.4"]
Group / Artifact | Type | Version |
---|---|---|
com.github.spotbugs : spotbugs-annotations Optional | jar | 4.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.11.1 |