MVN

com.clovellytech : h4sm-dbtesting_2.12

Maven & Gradle

Jun 14, 2019
4 usages
30 stars

h4sm-dbtesting · h4sm-dbtesting

<dependency>
    <groupId>com.clovellytech</groupId>
    <artifactId>h4sm-dbtesting_2.12</artifactId>
    <version>0.0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.clovellytech : h4sm-dbtesting_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.30

All Versions

Choose a version of com.clovellytech : h4sm-dbtesting_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
h4sm-dbtesting_2.12-0.0.30
h4sm-dbtesting_2.12-0.0.29
h4sm-dbtesting_2.12-0.0.28
h4sm-dbtesting_2.12-0.0.27
h4sm-dbtesting_2.12-0.0.26
h4sm-dbtesting_2.12-0.0.25
h4sm-dbtesting_2.12-0.0.24
h4sm-dbtesting_2.12-0.0.23
h4sm-dbtesting_2.12-0.0.22
h4sm-dbtesting_2.12-0.0.21
h4sm-dbtesting_2.12-0.0.20
h4sm-dbtesting_2.12-0.0.19
h4sm-dbtesting_2.12-0.0.18
h4sm-dbtesting_2.12-0.0.17
h4sm-dbtesting_2.12-0.0.16
h4sm-dbtesting_2.12-0.0.14
h4sm-dbtesting_2.12-0.0.13

How to add a dependency to Maven

Add the following com.clovellytech : h4sm-dbtesting_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.clovellytech</groupId>
    <artifactId>h4sm-dbtesting_2.12</artifactId>
    <version>0.0.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.clovellytech : h4sm-dbtesting_2.12 gradle dependency to your build.gradle file:

implementation 'com.clovellytech:h4sm-dbtesting_2.12:0.0.30'

Gradle Kotlin DSL: Add the following com.clovellytech : h4sm-dbtesting_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.clovellytech:h4sm-dbtesting_2.12:0.0.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.clovellytech : h4sm-dbtesting_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.clovellytech" % "h4sm-dbtesting_2.12" % "0.0.30"