is not current version
Last Version 3.5

org.shredzone.commons:commons-suncalc 2.0

Compute sun and moon phases

GroupId

GroupId

org.shredzone.commons
ArtifactId

ArtifactId

commons-suncalc
Version

Version

2.0
Type

Type

jar

Download commons-suncalc 2.0


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