MVN

cn.fastword : fast-core

Maven & Gradle

May 23, 2022
<dependency>
    <groupId>cn.fastword</groupId>
    <artifactId>fast-core</artifactId>
    <version>0.0.85</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.fastword : fast-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.85

All Versions

Choose a version of cn.fastword : fast-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
fast-core-0.0.85

How to add a dependency to Maven

Add the following cn.fastword : fast-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.fastword</groupId>
    <artifactId>fast-core</artifactId>
    <version>0.0.85</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.fastword : fast-core gradle dependency to your build.gradle file:

implementation 'cn.fastword:fast-core:0.0.85'

Gradle Kotlin DSL: Add the following cn.fastword : fast-core gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.fastword:fast-core:0.0.85")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.fastword : fast-core sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.fastword" % "fast-core" % "0.0.85"