MVN

com.github.xinput123 : bleach

Maven & Gradle

Sep 22, 2020
1 usages
0 stars

bleach · 这是一个工具类

<dependency>
    <groupId>com.github.xinput123</groupId>
    <artifactId>bleach</artifactId>
    <version>0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.xinput123 : bleach to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.2

All Versions

Choose a version of com.github.xinput123 : bleach to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
bleach-0.1.2
bleach-0.1.1
bleach-0.1.0
0.0.x
bleach-0.0.9
bleach-0.0.8
bleach-0.0.7
bleach-0.0.6
bleach-0.0.5
bleach-0.0.4
bleach-0.0.3
bleach-0.0.2
bleach-0.0.1

How to add a dependency to Maven

Add the following com.github.xinput123 : bleach maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.xinput123</groupId>
    <artifactId>bleach</artifactId>
    <version>0.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.xinput123 : bleach gradle dependency to your build.gradle file:

implementation 'com.github.xinput123:bleach:0.1.2'

Gradle Kotlin DSL: Add the following com.github.xinput123 : bleach gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.xinput123:bleach:0.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.xinput123 : bleach sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.xinput123" % "bleach" % "0.1.2"

Advertisement