is not current version
Last Version 3.5

org.shredzone.commons:commons-suncalc 3.3

Compute sun and moon phases

GroupId

GroupId

org.shredzone.commons
ArtifactId

ArtifactId

commons-suncalc
Version

Version

3.3
Type

Type

jar

Download commons-suncalc 3.3


<!-- https://jarcasting.com/artifacts/org.shredzone.commons/commons-suncalc/ -->
<dependency>
    <groupId>org.shredzone.commons</groupId>
    <artifactId>commons-suncalc</artifactId>
    <version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-suncalc/
implementation 'org.shredzone.commons:commons-suncalc:3.3'
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-suncalc/
implementation ("org.shredzone.commons:commons-suncalc:3.3")
'org.shredzone.commons:commons-suncalc:jar:3.3'
<dependency org="org.shredzone.commons" name="commons-suncalc" rev="3.3">
  <artifact name="commons-suncalc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.commons', module='commons-suncalc', version='3.3')
)
libraryDependencies += "org.shredzone.commons" % "commons-suncalc" % "3.3"
[org.shredzone.commons/commons-suncalc "3.3"]