g

gamedevlib-artemisodb

A set of utilities to speed up libgdx game dev (with artemis odb)
https://github.com/xaguzman/gamedevlib
The Apache Software License, Version 2.0
Xavier Guzman
文件下载
文件名 操作
gamedevlib-artemisodb-0.1.0.jar 下载
gamedevlib-artemisodb-0.1.0.pom 下载
gamedevlib-artemisodb-0.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.xaguzman</groupId>
  <artifactId>gamedevlib-artemisodb</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.xaguzman:gamedevlib-artemisodb:0.1.0'
Gradle Kotlin
implementation("com.github.xaguzman:gamedevlib-artemisodb:0.1.0")
Scala SBT
libraryDependencies += "com.github.xaguzman" % "gamedevlib-artemisodb" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.xaguzman', module='gamedevlib-artemisodb', version='0.1.0')
)
Apache Ivy
<dependency org="com.github.xaguzman" name="gamedevlib-artemisodb" rev="0.1.0" />
Leiningen
[com.github.xaguzman/gamedevlib-artemisodb "0.1.0"]
Apache Buildr
'com.github.xaguzman:gamedevlib-artemisodb:jar:0.1.0'