MVN

com.limemojito.oss.test : test-utilities

Maven & Gradle

Jul 03, 2023

Lime Mojito Test utilities · Test utilities for various development work. Json, reflection, getter/setter testing, DTO, Canonical form, etc. AWS support for Dynamo DB, SQS, SNS, S3. Prometheus metrics reader and asserter. Synthetic S3 Event generation.

<dependency>
    <groupId>com.limemojito.oss.test</groupId>
    <artifactId>test-utilities</artifactId>
    <version>11.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.limemojito.oss.test : test-utilities to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.0.1

All Versions

Choose a version of com.limemojito.oss.test : test-utilities to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.0.x
test-utilities-11.0.1
10.0.x
test-utilities-10.0.1
test-utilities-10.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.limemojito.oss.test</groupId>
    <artifactId>test-utilities</artifactId>
    <version>11.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.limemojito.oss.test : test-utilities gradle dependency to your build.gradle file:

implementation 'com.limemojito.oss.test:test-utilities:11.0.1'

Gradle Kotlin DSL: Add the following com.limemojito.oss.test : test-utilities gradle kotlin dependency to your build.gradle.kts file:

implementation("com.limemojito.oss.test:test-utilities:11.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.limemojito.oss.test : test-utilities sbt scala dependency to your build.sbt file:

libraryDependencies += "com.limemojito.oss.test" % "test-utilities" % "11.0.1"