MVN

me.proton.core : report-test

Maven & Gradle

Aug 23, 2023
111 stars

report-test · Proton Core libraries for Android

<dependency>
    <groupId>me.proton.core</groupId>
    <artifactId>report-test</artifactId>
    <version>15.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.proton.core : report-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 15.0.0

All Versions

Choose a version of me.proton.core : report-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
15.0.x
report-test-15.0.0
14.1.x
report-test-14.1.0
14.0.x
report-test-14.0.1
report-test-14.0.0
13.0.x
report-test-13.0.1
report-test-13.0.0
12.0.x
report-test-12.0.0
11.0.x
report-test-11.0.0
10.7.x
report-test-10.7.1
report-test-10.7.0
10.6.x
report-test-10.6.0
10.5.x
report-test-10.5.0
10.4.x
report-test-10.4.0
10.3.x
report-test-10.3.1
report-test-10.3.0
10.2.x
report-test-10.2.1
report-test-10.2.0
10.1.x
report-test-10.1.0

How to add a dependency to Maven

Add the following me.proton.core : report-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.proton.core</groupId>
    <artifactId>report-test</artifactId>
    <version>15.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.proton.core : report-test gradle dependency to your build.gradle file:

implementation 'me.proton.core:report-test:15.0.0'

Gradle Kotlin DSL: Add the following me.proton.core : report-test gradle kotlin dependency to your build.gradle.kts file:

implementation("me.proton.core:report-test:15.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.proton.core : report-test sbt scala dependency to your build.sbt file:

libraryDependencies += "me.proton.core" % "report-test" % "15.0.0"

Advertisement