MVN

ly.iterative.itly : test-fixtures

Maven & Gradle

Oct 26, 2021
4 stars

Iteratively SDK · Iteratively Analytics SDK for JVM

<dependency>
    <groupId>ly.iterative.itly</groupId>
    <artifactId>test-fixtures</artifactId>
    <version>1.2.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ly.iterative.itly : test-fixtures to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.11
  • Latest Beta: 2.0-beta-4

All Versions

Choose a version of ly.iterative.itly : test-fixtures to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
test-fixtures-2.0-beta-4
test-fixtures-2.0-beta-3
test-fixtures-2.0-beta-2
test-fixtures-2.0-beta-1
1.2.x
test-fixtures-1.2.11
test-fixtures-1.2.10
test-fixtures-1.2.8
test-fixtures-1.2.7
test-fixtures-1.2.6
test-fixtures-1.2.5
test-fixtures-1.2.4
test-fixtures-1.2.3
test-fixtures-1.2.2
test-fixtures-1.2.1
test-fixtures-1.2.0
1.1.x
test-fixtures-1.1.1
test-fixtures-1.1.0
1.0.x
test-fixtures-1.0.1
1.0
test-fixtures-1.0

How to add a dependency to Maven

Add the following ly.iterative.itly : test-fixtures maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ly.iterative.itly</groupId>
    <artifactId>test-fixtures</artifactId>
    <version>1.2.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ly.iterative.itly : test-fixtures gradle dependency to your build.gradle file:

implementation 'ly.iterative.itly:test-fixtures:1.2.11'

Gradle Kotlin DSL: Add the following ly.iterative.itly : test-fixtures gradle kotlin dependency to your build.gradle.kts file:

implementation("ly.iterative.itly:test-fixtures:1.2.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following ly.iterative.itly : test-fixtures sbt scala dependency to your build.sbt file:

libraryDependencies += "ly.iterative.itly" % "test-fixtures" % "1.2.11"

Advertisement