MVN

com.jparams : to-string-verifier

Maven & Gradle

Jan 04, 2020
6 usages
30 stars

to-string-verifier · To String Verifier

<dependency>
    <groupId>com.jparams</groupId>
    <artifactId>to-string-verifier</artifactId>
    <version>1.4.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jparams : to-string-verifier to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.8

All Versions

Choose a version of com.jparams : to-string-verifier to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
to-string-verifier-1.4.8
to-string-verifier-1.4.7
to-string-verifier-1.4.6
to-string-verifier-1.4.5
to-string-verifier-1.4.4
to-string-verifier-1.4.3
to-string-verifier-1.4.2
to-string-verifier-1.4.1
1.3.x
to-string-verifier-1.3.1
1.2.x
to-string-verifier-1.2.3
to-string-verifier-1.2.2
to-string-verifier-1.2.1
1.1.x
to-string-verifier-1.1.1
1.0.x
to-string-verifier-1.0.1

How to add a dependency to Maven

Add the following com.jparams : to-string-verifier maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jparams</groupId>
    <artifactId>to-string-verifier</artifactId>
    <version>1.4.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jparams : to-string-verifier gradle dependency to your build.gradle file:

implementation 'com.jparams:to-string-verifier:1.4.8'

Gradle Kotlin DSL: Add the following com.jparams : to-string-verifier gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jparams:to-string-verifier:1.4.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jparams : to-string-verifier sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jparams" % "to-string-verifier" % "1.4.8"

Advertisement