is not current version
Last Version 2022.2

com.github.mictaege:arete 2021.7.2

This repository contains the _Arete_ JUnit5 extention. For using _Arete_ see the https://github.com/mictaege/arete documentation.

GroupId

GroupId

com.github.mictaege
ArtifactId

ArtifactId

arete
Version

Version

2021.7.2
Type

Type

jar

Download arete 2021.7.2


<!-- https://jarcasting.com/artifacts/com.github.mictaege/arete/ -->
<dependency>
    <groupId>com.github.mictaege</groupId>
    <artifactId>arete</artifactId>
    <version>2021.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mictaege/arete/
implementation 'com.github.mictaege:arete:2021.7.2'
// https://jarcasting.com/artifacts/com.github.mictaege/arete/
implementation ("com.github.mictaege:arete:2021.7.2")
'com.github.mictaege:arete:jar:2021.7.2'
<dependency org="com.github.mictaege" name="arete" rev="2021.7.2">
  <artifact name="arete" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mictaege', module='arete', version='2021.7.2')
)
libraryDependencies += "com.github.mictaege" % "arete" % "2021.7.2"
[com.github.mictaege/arete "2021.7.2"]