License |
License
MIT License
|
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdname.falgout.jeffrey.testing |
ArtifactId | ArtifactIdannotation-processor-testing-junit5 |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionAn easier way to verify annotation processor diagnostics.
|
<!-- https://jarcasting.com/artifacts/name.falgout.jeffrey.testing/annotation-processor-testing-junit5/ -->
<dependency>
<groupId>name.falgout.jeffrey.testing</groupId>
<artifactId>annotation-processor-testing-junit5</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/name.falgout.jeffrey.testing/annotation-processor-testing-junit5/
implementation 'name.falgout.jeffrey.testing:annotation-processor-testing-junit5:0.2.0'
// https://jarcasting.com/artifacts/name.falgout.jeffrey.testing/annotation-processor-testing-junit5/
implementation ("name.falgout.jeffrey.testing:annotation-processor-testing-junit5:0.2.0")
'name.falgout.jeffrey.testing:annotation-processor-testing-junit5:jar:0.2.0'
<dependency org="name.falgout.jeffrey.testing" name="annotation-processor-testing-junit5" rev="0.2.0">
<artifact name="annotation-processor-testing-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.falgout.jeffrey.testing', module='annotation-processor-testing-junit5', version='0.2.0')
)
libraryDependencies += "name.falgout.jeffrey.testing" % "annotation-processor-testing-junit5" % "0.2.0"
[name.falgout.jeffrey.testing/annotation-processor-testing-junit5 "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
name.falgout.jeffrey.testing : annotation-processor-testing | jar | 0.2.0 |
org.junit.platform : junit-platform-engine | jar | |
org.junit.platform : junit-platform-commons | jar | |
org.junit.jupiter : junit-jupiter-api | jar | |
com.google.guava : guava | jar | 24.0-jre |
com.google.auto.service : auto-service | jar | 1.0-rc4 |
Group / Artifact | Type | Version |
---|---|---|
name.falgout.jeffrey.testing : annotation-processor-testing-tests | jar | 0.2.0 |
name.falgout.jeffrey.testing.junit5 : extension-testing | jar | 1.0.1 |
com.google.truth : truth | jar | 0.40 |
com.google.truth.extensions : truth-java8-extension | jar | 0.40 |