MVN

com.github.mictaege : arete

Maven & Gradle

Oct 17, 2022
1 usages
0 stars

arete · This repository contains the arete JUnit5 extention.

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

Latest Version

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

  • Latest Stable: 2022.3

All Versions

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

Version Vulnerabilities Updated
2022.3
arete-2022.3
2022.2
arete-2022.2
2022.1
arete-2022.1
2021.8
arete-2021.8
2021.7.x
arete-2021.7.3
arete-2021.7.2
arete-2021.7.1
2021.7
arete-2021.7
2021.6
arete-2021.6
2021.5
arete-2021.5
2021.4
arete-2021.4
2021.3
arete-2021.3
2021.2
arete-2021.2
2021.1
arete-2021.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.mictaege</groupId>
    <artifactId>arete</artifactId>
    <version>2022.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.mictaege:arete:2022.3'

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

implementation("com.github.mictaege:arete:2022.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.mictaege" % "arete" % "2022.3"

Advertisement