p

predict4java

predict4java provides real-time satellite tracking and orbital prediction information
GNU General Public License (GPL) version 2.0
Files download
File Operation
predict4java-1.3.1.jar download
predict4java-1.3.1.pom download
predict4java-1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>predict4java</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.davidmoten:predict4java:1.3.1'
Gradle Kotlin
implementation("com.github.davidmoten:predict4java:1.3.1")
Scala SBT
libraryDependencies += "com.github.davidmoten" % "predict4java" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davidmoten', module='predict4java', version='1.3.1')
)
Apache Ivy
<dependency org="com.github.davidmoten" name="predict4java" rev="1.3.1" />
Leiningen
[com.github.davidmoten/predict4java "1.3.1"]
Apache Buildr
'com.github.davidmoten:predict4java:jar:1.3.1'