License |
License |
---|---|
GroupId | GroupIdcom.github.mictaege |
ArtifactId | ArtifactIdarete |
Last Version | Last Version2022.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionarete
This repository contains the _Arete_ JUnit5 extention. For using _Arete_ see the https://github.com/mictaege/arete documentation.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
arete-2022.2.pom | |
arete-2022.2.jar | 24 KB |
arete-2022.2-sources.jar | 11 KB |
arete-2022.2-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mictaege/arete/ -->
<dependency>
<groupId>com.github.mictaege</groupId>
<artifactId>arete</artifactId>
<version>2022.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mictaege/arete/
implementation 'com.github.mictaege:arete:2022.2'
// https://jarcasting.com/artifacts/com.github.mictaege/arete/
implementation ("com.github.mictaege:arete:2022.2")
'com.github.mictaege:arete:jar:2022.2'
<dependency org="com.github.mictaege" name="arete" rev="2022.2">
<artifact name="arete" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mictaege', module='arete', version='2022.2')
)
libraryDependencies += "com.github.mictaege" % "arete" % "2022.2"
[com.github.mictaege/arete "2022.2"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
com.google.guava : guava | jar | 30.1.1-jre |
org.apache.commons : commons-text | jar | 1.9 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.9.0 |