is not current version
Last Version 3.5

org.shredzone.commons:commons-suncalc 3.0

Compute sun and moon phases

GroupId

GroupId

org.shredzone.commons
ArtifactId

ArtifactId

commons-suncalc
Version

Version

3.0
Type

Type

jar

Download commons-suncalc 3.0


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