h

healpix

This is an adaptation of the HealPix java sources found here: https://healpix.sourceforge.io/
https://github.com/Exclosure/healpix-java
GNU GENERAL PUBLIC LICENSE, Version 2.0
Matthew Goodman
文件下载
文件名 操作
healpix-4.0.1.jar 下载
healpix-4.0.1.pom 下载
healpix-4.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.txcl</groupId>
  <artifactId>healpix</artifactId>
  <version>4.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.txcl:healpix:4.0.1'
Gradle Kotlin
implementation("io.txcl:healpix:4.0.1")
Scala SBT
libraryDependencies += "io.txcl" % "healpix" % "4.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.txcl', module='healpix', version='4.0.1')
)
Apache Ivy
<dependency org="io.txcl" name="healpix" rev="4.0.1" />
Leiningen
[io.txcl/healpix "4.0.1"]
Apache Buildr
'io.txcl:healpix:jar:4.0.1'
本项目依赖