MVN

one.leftshift.asteria : asteria-report

Maven & Gradle

Jun 11, 2021
0 stars

Asteria · Asteria Gradle Plugins

<dependency>
    <groupId>one.leftshift.asteria</groupId>
    <artifactId>asteria-report</artifactId>
    <version>4.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of one.leftshift.asteria : asteria-report to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.4

All Versions

Choose a version of one.leftshift.asteria : asteria-report to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
asteria-report-4.0.4
asteria-report-4.0.3
asteria-report-4.0.2
asteria-report-4.0.1
asteria-report-4.0.0
3.11.x
asteria-report-3.11.0

How to add a dependency to Maven

Add the following one.leftshift.asteria : asteria-report maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>one.leftshift.asteria</groupId>
    <artifactId>asteria-report</artifactId>
    <version>4.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following one.leftshift.asteria : asteria-report gradle dependency to your build.gradle file:

implementation 'one.leftshift.asteria:asteria-report:4.0.4'

Gradle Kotlin DSL: Add the following one.leftshift.asteria : asteria-report gradle kotlin dependency to your build.gradle.kts file:

implementation("one.leftshift.asteria:asteria-report:4.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following one.leftshift.asteria : asteria-report sbt scala dependency to your build.sbt file:

libraryDependencies += "one.leftshift.asteria" % "asteria-report" % "4.0.4"

Advertisement