is not current version
Last Version 3.5

org.shredzone.commons:commons-suncalc 1.0

Compute sun and moon phases

GroupId

GroupId

org.shredzone.commons
ArtifactId

ArtifactId

commons-suncalc
Version

Version

1.0
Type

Type

jar

Download commons-suncalc 1.0


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