MVN

com.github.danisimov : gassert

Maven & Gradle

Mar 09, 2023
1 stars

gassert · Lib is up to help you with gson assertions.

<dependency>
    <groupId>com.github.danisimov</groupId>
    <artifactId>gassert</artifactId>
    <version>1.0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.30

All Versions

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

Version Vulnerabilities Updated
1.0.x
gassert-1.0.30
gassert-1.0.29
gassert-1.0.28
gassert-1.0.27
gassert-1.0.26
gassert-1.0.25
gassert-1.0.24
gassert-1.0.22
gassert-1.0.21
gassert-1.0.20
gassert-1.0.19
gassert-1.0.16
gassert-1.0.14
gassert-1.0.13
gassert-1.0.11
gassert-1.0.10
gassert-1.0.9
gassert-1.0.8
gassert-1.0.7
gassert-1.0.6
gassert-1.0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.danisimov</groupId>
    <artifactId>gassert</artifactId>
    <version>1.0.30</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.danisimov:gassert:1.0.30'

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

implementation("com.github.danisimov:gassert:1.0.30")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.danisimov" % "gassert" % "1.0.30"