MVN

club.zhcs : tiny

Maven & Gradle

Dec 09, 2022

tiny · Tiny 我会变大的

<dependency>
    <groupId>club.zhcs</groupId>
    <artifactId>tiny</artifactId>
    <version>2.7.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of club.zhcs : tiny to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.6

All Versions

Choose a version of club.zhcs : tiny to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
tiny-3.0.0
2.7.x
tiny-2.7.6
tiny-2.7.5
tiny-2.7.4
tiny-2.7.3
tiny-2.7.2
tiny-2.7.1
tiny-2.7.0
2.6.x
tiny-2.6.7
tiny-2.6.6
tiny-2.6.5
tiny-2.6.4
tiny-2.6.3
tiny-2.6.2
tiny-2.6.0
2.5.x
tiny-2.5.7
tiny-2.5.6
tiny-2.5.5
tiny-2.5.4
tiny-2.5.3
tiny-2.5.2
tiny-2.5.1
2.4.x
tiny-2.4.13
tiny-2.4.12
tiny-2.4.11
tiny-2.4.9
tiny-2.4.8
2.3.x
tiny-2.3.12.RELEASE
tiny-2.3.10.RELEASE
tiny-2.3.9.RELEASE
tiny-2.3.8.RELEASE
tiny-2.3.7.RELEASE
tiny-2.3.6.RELEASE
tiny-2.3.5.RELEASE
tiny-2.3.4.RELEASE.20201001
tiny-2.3.4.RELEASE
tiny-2.3.3.RELEASE
tiny-2.3.2.RELEASE
tiny-2.3.1.RELEASE.20200624
tiny-2.3.1.RELEASE
tiny-2.3.0.RELEASE
2.2.x
tiny-2.2.7.RELEASE
tiny-2.2.6.RELEASE
tiny-2.2.5.RELEASE
tiny-2.2.2.RELEASE.20191216
tiny-2.2.2.RELEASE
tiny-2.2.1.RELEASE

How to add a dependency to Maven

Add the following club.zhcs : tiny maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>club.zhcs</groupId>
    <artifactId>tiny</artifactId>
    <version>2.7.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following club.zhcs : tiny gradle dependency to your build.gradle file:

implementation 'club.zhcs:tiny:2.7.6'

Gradle Kotlin DSL: Add the following club.zhcs : tiny gradle kotlin dependency to your build.gradle.kts file:

implementation("club.zhcs:tiny:2.7.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following club.zhcs : tiny sbt scala dependency to your build.sbt file:

libraryDependencies += "club.zhcs" % "tiny" % "2.7.6"

Advertisement