MVN

io.github.daabogadog : appProfiling

Maven & Gradle

Nov 15, 2023
0 stars

appProfiling · Librería de Java para LambdaTest App Automation Esta librería de Java facilita la interacción con los servicios de App Automation de LambdaTest para obtener datos de App Profiling, CPU/Memory Rendering, Network, Battery(%), y Temperature. Con esta librería, puedes integrar fácilmente estas capacidades en tu proyecto Java.

<dependency>
    <groupId>io.github.daabogadog</groupId>
    <artifactId>appProfiling</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.daabogadog : appProfiling to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of io.github.daabogadog : appProfiling to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
appProfiling-1.0.2
appProfiling-1.0.1
appProfiling-1.0.0

How to add a dependency to Maven

Add the following io.github.daabogadog : appProfiling maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.daabogadog</groupId>
    <artifactId>appProfiling</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.daabogadog : appProfiling gradle dependency to your build.gradle file:

implementation 'io.github.daabogadog:appProfiling:1.0.2'

Gradle Kotlin DSL: Add the following io.github.daabogadog : appProfiling gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.daabogadog:appProfiling:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.daabogadog : appProfiling sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.daabogadog" % "appProfiling" % "1.0.2"