MVN

com.github.aizuzi : fastadapter

Maven & Gradle

Mar 22, 2019
168 stars

fastadapter · fastadapter

<dependency>
    <groupId>com.github.aizuzi</groupId>
    <artifactId>fastadapter</artifactId>
    <version>0.4.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.4.8

All Versions

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

Version Vulnerabilities Updated
0.4.x
fastadapter-0.4.8
fastadapter-0.4.7
fastadapter-0.4.6
fastadapter-0.4.5
fastadapter-0.4.4
fastadapter-0.4.3
fastadapter-0.4.2
fastadapter-0.4.1
fastadapter-0.4.0
0.3.x
fastadapter-0.3.9
fastadapter-0.3.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.aizuzi</groupId>
    <artifactId>fastadapter</artifactId>
    <version>0.4.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.aizuzi:fastadapter:0.4.8'

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

implementation("com.github.aizuzi:fastadapter:0.4.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.aizuzi" % "fastadapter" % "0.4.8"

Advertisement