MVN

com.altom : altunitytester-java-client

Maven & Gradle

Aug 02, 2022

AltUnity Tester - Java Client · An automated tool for testing Unity Games

<dependency>
    <groupId>com.altom</groupId>
    <artifactId>altunitytester-java-client</artifactId>
    <version>1.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.altom : altunitytester-java-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.2
  • Latest Alpha: 1.7.0-alpha

All Versions

Choose a version of com.altom : altunitytester-java-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
altunitytester-java-client-1.7.2
altunitytester-java-client-1.7.1
altunitytester-java-client-1.7.0
altunitytester-java-client-1.7.0-alpha
1.6.x
altunitytester-java-client-1.6.6
altunitytester-java-client-1.6.5
altunitytester-java-client-1.6.4
altunitytester-java-client-1.6.3
altunitytester-java-client-1.6.2
altunitytester-java-client-1.6.1
altunitytester-java-client-1.6.0
1.5.x
altunitytester-java-client-1.5.7.1
altunitytester-java-client-1.5.6.1
altunitytester-java-client-1.5.5
altunitytester-java-client-1.5.4
altunitytester-java-client-1.5.3

How to add a dependency to Maven

Add the following com.altom : altunitytester-java-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.altom</groupId>
    <artifactId>altunitytester-java-client</artifactId>
    <version>1.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.altom : altunitytester-java-client gradle dependency to your build.gradle file:

implementation 'com.altom:altunitytester-java-client:1.7.2'

Gradle Kotlin DSL: Add the following com.altom : altunitytester-java-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.altom:altunitytester-java-client:1.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.altom : altunitytester-java-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.altom" % "altunitytester-java-client" % "1.7.2"