MVN

cn.reinforce.plugin : fate-utils

Maven & Gradle

Feb 01, 2019

fate-utils · 一些常用工具

<dependency>
    <groupId>cn.reinforce.plugin</groupId>
    <artifactId>fate-utils</artifactId>
    <version>1.2.2-c</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.reinforce.plugin : fate-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2-c

All Versions

Choose a version of cn.reinforce.plugin : fate-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
fate-utils-1.2.2-c

How to add a dependency to Maven

Add the following cn.reinforce.plugin : fate-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.reinforce.plugin</groupId>
    <artifactId>fate-utils</artifactId>
    <version>1.2.2-c</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.reinforce.plugin : fate-utils gradle dependency to your build.gradle file:

implementation 'cn.reinforce.plugin:fate-utils:1.2.2-c'

Gradle Kotlin DSL: Add the following cn.reinforce.plugin : fate-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.reinforce.plugin:fate-utils:1.2.2-c")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.reinforce.plugin : fate-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.reinforce.plugin" % "fate-utils" % "1.2.2-c"