MVN

io.github.jiefeiguanyu : GYJFOfTool

Maven & Gradle

Jan 12, 2022
1 stars

Redis tools, Stream tools, etc of GYJF

<dependency>
    <groupId>io.github.jiefeiguanyu</groupId>
    <artifactId>GYJFOfTool</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jiefeiguanyu : GYJFOfTool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Beta: 1.1.0-beta-5

All Versions

Choose a version of io.github.jiefeiguanyu : GYJFOfTool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
GYJFOfTool-1.1.0-beta-5
GYJFOfTool-1.1.0-beta-4
GYJFOfTool-1.1.0-beta-3
GYJFOfTool-1.1.0-beta-2
GYJFOfTool-1.1.0-beta-1
1.0.x
GYJFOfTool-1.0.1
GYJFOfTool-1.0.0
GYJFOfTool-1.0.0-beta-10
GYJFOfTool-1.0.0-beta-9
GYJFOfTool-1.0.0-beta-8
GYJFOfTool-1.0.0-beta-7
GYJFOfTool-1.0.0-beta-6
GYJFOfTool-1.0.0-beta-5
GYJFOfTool-1.0.0-beta-4
GYJFOfTool-1.0.0-beta-3
GYJFOfTool-1.0.0-beta-2.2
GYJFOfTool-1.0.0-beta-2
GYJFOfTool-1.0.0-beta-1
0.0.x
GYJFOfTool-0.0.1

How to add a dependency to Maven

Add the following io.github.jiefeiguanyu : GYJFOfTool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.jiefeiguanyu</groupId>
    <artifactId>GYJFOfTool</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.jiefeiguanyu : GYJFOfTool gradle dependency to your build.gradle file:

implementation 'io.github.jiefeiguanyu:GYJFOfTool:1.0.1'

Gradle Kotlin DSL: Add the following io.github.jiefeiguanyu : GYJFOfTool gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.jiefeiguanyu:GYJFOfTool:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.jiefeiguanyu : GYJFOfTool sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.jiefeiguanyu" % "GYJFOfTool" % "1.0.1"