MVN

com.salesforce.utam : utam-compiler

Maven & Gradle

Jul 13, 2023
22 stars

com.salesforce.utam:utam-compiler · The compiler for generating Java source code for UTAM Page Objects

<dependency>
    <groupId>com.salesforce.utam</groupId>
    <artifactId>utam-compiler</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.salesforce.utam : utam-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4
  • Latest Alpha: 1.0-alpha-7

All Versions

Choose a version of com.salesforce.utam : utam-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
utam-compiler-2.0.4
utam-compiler-2.0.3
utam-compiler-2.0.2
utam-compiler-2.0.1
utam-compiler-2.0.0
1.7.x
utam-compiler-1.7.0
1.1.x
utam-compiler-1.1.6
utam-compiler-1.1.5
utam-compiler-1.1.4
utam-compiler-1.1.3
utam-compiler-1.1.2
utam-compiler-1.1.1
utam-compiler-1.1.0
1.0.x
utam-compiler-1.0.24
utam-compiler-1.0.23
utam-compiler-1.0.22
utam-compiler-1.0.21
utam-compiler-1.0.20
utam-compiler-1.0.19
utam-compiler-1.0.18
utam-compiler-1.0.17
utam-compiler-1.0.16
utam-compiler-1.0.15
utam-compiler-1.0.14
utam-compiler-1.0.13
utam-compiler-1.0.12
utam-compiler-1.0.11
utam-compiler-1.0.10
utam-compiler-1.0.9
utam-compiler-1.0.8
utam-compiler-1.0.7
utam-compiler-1.0.6
utam-compiler-1.0.5
utam-compiler-1.0.4
utam-compiler-1.0.3
utam-compiler-1.0.2
utam-compiler-1.0.0
1.0
utam-compiler-1.0-alpha-7
utam-compiler-1.0-alpha-6
utam-compiler-1.0-alpha-5
utam-compiler-1.0-alpha-4
utam-compiler-1.0-alpha-3
utam-compiler-1.0-alpha-2
utam-compiler-1.0-alpha-1

How to add a dependency to Maven

Add the following com.salesforce.utam : utam-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.salesforce.utam</groupId>
    <artifactId>utam-compiler</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.salesforce.utam : utam-compiler gradle dependency to your build.gradle file:

implementation 'com.salesforce.utam:utam-compiler:2.0.4'

Gradle Kotlin DSL: Add the following com.salesforce.utam : utam-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.salesforce.utam:utam-compiler:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.salesforce.utam : utam-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.salesforce.utam" % "utam-compiler" % "2.0.4"

Advertisement