MVN

io.gitee.yiwyn : gemini-tools

Maven & Gradle

Jun 07, 2023

黄道十二宫里的第三宫 双子宫 代表了善变、沟通。 盎然的春意表现在双子座的人性格上的主要特征是思维善变,无拘无束,对外界包罗万象的事物的永无休止的好奇心,可以说是机敏又不安的星座。 【包括基本的工具类、数据类型】

<dependency>
    <groupId>io.gitee.yiwyn</groupId>
    <artifactId>gemini-tools</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitee.yiwyn : gemini-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of io.gitee.yiwyn : gemini-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gemini-tools-1.0.9
gemini-tools-1.0.8
gemini-tools-1.0.7
gemini-tools-1.0.6
gemini-tools-1.0.5
gemini-tools-1.0.3
gemini-tools-1.0.2
gemini-tools-1.0.1
1.0
gemini-tools-1.0

How to add a dependency to Maven

Add the following io.gitee.yiwyn : gemini-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitee.yiwyn</groupId>
    <artifactId>gemini-tools</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitee.yiwyn : gemini-tools gradle dependency to your build.gradle file:

implementation 'io.gitee.yiwyn:gemini-tools:1.0.9'

Gradle Kotlin DSL: Add the following io.gitee.yiwyn : gemini-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitee.yiwyn:gemini-tools:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitee.yiwyn : gemini-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitee.yiwyn" % "gemini-tools" % "1.0.9"