MVN

com.github.houbb : sensitive-test

Maven & Gradle

Aug 06, 2023
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>sensitive-test</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.houbb : sensitive-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of com.github.houbb : sensitive-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
sensitive-test-1.5.0
1.4.x
sensitive-test-1.4.0
1.3.x
sensitive-test-1.3.0
1.2.x
sensitive-test-1.2.3
sensitive-test-1.2.2
sensitive-test-1.2.1
sensitive-test-1.2.0
1.1.x
sensitive-test-1.1.0
1.0.x
sensitive-test-1.0.0
0.0.x
sensitive-test-0.0.15
sensitive-test-0.0.14
sensitive-test-0.0.13
sensitive-test-0.0.12
sensitive-test-0.0.11
sensitive-test-0.0.10
sensitive-test-0.0.9
sensitive-test-0.0.8
sensitive-test-0.0.7
sensitive-test-0.0.6
sensitive-test-0.0.5
sensitive-test-0.0.4
sensitive-test-0.0.3
sensitive-test-0.0.2
sensitive-test-0.0.1

How to add a dependency to Maven

Add the following com.github.houbb : sensitive-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>sensitive-test</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.houbb : sensitive-test gradle dependency to your build.gradle file:

implementation 'com.github.houbb:sensitive-test:1.5.0'

Gradle Kotlin DSL: Add the following com.github.houbb : sensitive-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.houbb:sensitive-test:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.houbb : sensitive-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.houbb" % "sensitive-test" % "1.5.0"

Advertisement