MVN

io.github.mictaege : arete

Maven & Gradle

Dec 30, 2022
0 stars

arete · This repository contains the arete JUnit5 extention.

<dependency>
    <groupId>io.github.mictaege</groupId>
    <artifactId>arete</artifactId>
    <version>2022.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2022.9

All Versions

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

Version Vulnerabilities Updated
2022.9
arete-2022.9
2022.8
arete-2022.8
2022.7
arete-2022.7
2022.6
arete-2022.6
2022.5
arete-2022.5
2022.4
arete-2022.4

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.mictaege</groupId>
    <artifactId>arete</artifactId>
    <version>2022.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.mictaege:arete:2022.9'

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

implementation("io.github.mictaege:arete:2022.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.mictaege" % "arete" % "2022.9"