p

pixel-math

Java 2D Game Framework inspired on the popular XNA framework.
https://github.com/joafalves/pixel-community
The Apache License, Version 2.0
João Alves
文件下载
文件名 操作
pixel-math-0.6.0-rc.1.jar 下载
pixel-math-0.6.0-rc.1.pom 下载
pixel-math-0.6.0-rc.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.joafalves</groupId>
  <artifactId>pixel-math</artifactId>
  <version>0.6.0-rc.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.joafalves:pixel-math:0.6.0-rc.1'
Gradle Kotlin
implementation("io.github.joafalves:pixel-math:0.6.0-rc.1")
Scala SBT
libraryDependencies += "io.github.joafalves" % "pixel-math" % "0.6.0-rc.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.joafalves', module='pixel-math', version='0.6.0-rc.1')
)
Apache Ivy
<dependency org="io.github.joafalves" name="pixel-math" rev="0.6.0-rc.1" />
Leiningen
[io.github.joafalves/pixel-math "0.6.0-rc.1"]
Apache Buildr
'io.github.joafalves:pixel-math:jar:0.6.0-rc.1'