MVN

com.github.ctiao : dfm

Maven & Gradle

Mar 01, 2018
137 stars

DanmakuFlameMaster · A Danmaku render library.

<dependency>
    <groupId>com.github.ctiao</groupId>
    <artifactId>dfm</artifactId>
    <version>0.9.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.25

All Versions

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

Version Vulnerabilities Updated
0.9.x
dfm-0.9.25
dfm-0.9.24
dfm-0.9.21
dfm-0.9.16
dfm-0.9.12
0.8.x
dfm-0.8.3
dfm-0.8.2
dfm-0.8.0
0.7.x
dfm-0.7.9
dfm-0.7.8
dfm-0.7.4
dfm-0.7.3
dfm-0.7.1
0.6.x
dfm-0.6.4
dfm-0.6.2
dfm-0.6.1
dfm-0.6.0
0.5.x
dfm-0.5.6
dfm-0.5.5
dfm-0.5.4
dfm-0.5.3
dfm-0.5.2
dfm-0.5.1
dfm-0.5.0
0.4.x
dfm-0.4.9
dfm-0.4.6
dfm-0.4.5
dfm-0.4.4
dfm-0.4.2
dfm-0.4.1
dfm-0.4.0
0.3.x
dfm-0.3.9
dfm-0.3.8
dfm-0.3.7
dfm-0.3.6
dfm-0.3.5
dfm-0.3.4
dfm-0.3.3
dfm-0.3.2
dfm-0.3.1
dfm-0.3.0
0.2.x
dfm-0.2.9
dfm-0.2.8
dfm-0.2.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.ctiao</groupId>
    <artifactId>dfm</artifactId>
    <version>0.9.25</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.ctiao:dfm:0.9.25'

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

implementation("com.github.ctiao:dfm:0.9.25")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.ctiao" % "dfm" % "0.9.25"

Advertisement