MVN

com.github.ctiao : ndkbitmap-x86

Maven & Gradle

Feb 23, 2018
137 stars

ndkbitmap-armv7a · A Danmaku render library.

<dependency>
    <groupId>com.github.ctiao</groupId>
    <artifactId>ndkbitmap-x86</artifactId>
    <version>0.9.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ctiao : ndkbitmap-x86 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.24

All Versions

Choose a version of com.github.ctiao : ndkbitmap-x86 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
ndkbitmap-x86-0.9.24
ndkbitmap-x86-0.9.21
ndkbitmap-x86-0.9.16
ndkbitmap-x86-0.9.12
0.8.x
ndkbitmap-x86-0.8.3
ndkbitmap-x86-0.8.2
ndkbitmap-x86-0.8.0
0.7.x
ndkbitmap-x86-0.7.9
ndkbitmap-x86-0.7.8
ndkbitmap-x86-0.7.4
ndkbitmap-x86-0.7.3
ndkbitmap-x86-0.7.1
0.6.x
ndkbitmap-x86-0.6.4
ndkbitmap-x86-0.6.2
ndkbitmap-x86-0.6.1
ndkbitmap-x86-0.6.0

How to add a dependency to Maven

Add the following com.github.ctiao : ndkbitmap-x86 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ctiao</groupId>
    <artifactId>ndkbitmap-x86</artifactId>
    <version>0.9.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ctiao : ndkbitmap-x86 gradle dependency to your build.gradle file:

implementation 'com.github.ctiao:ndkbitmap-x86:0.9.24'

Gradle Kotlin DSL: Add the following com.github.ctiao : ndkbitmap-x86 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ctiao:ndkbitmap-x86:0.9.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ctiao : ndkbitmap-x86 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ctiao" % "ndkbitmap-x86" % "0.9.24"

Advertisement