Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdname.falgout.jeffrey.testing |
ArtifactId | ArtifactIdannotation-processor-testing-junit4 |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/name.falgout.jeffrey.testing/annotation-processor-testing-junit4/ -->
<dependency>
<groupId>name.falgout.jeffrey.testing</groupId>
<artifactId>annotation-processor-testing-junit4</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/name.falgout.jeffrey.testing/annotation-processor-testing-junit4/
implementation 'name.falgout.jeffrey.testing:annotation-processor-testing-junit4:0.1.0'
// https://jarcasting.com/artifacts/name.falgout.jeffrey.testing/annotation-processor-testing-junit4/
implementation ("name.falgout.jeffrey.testing:annotation-processor-testing-junit4:0.1.0")
'name.falgout.jeffrey.testing:annotation-processor-testing-junit4:jar:0.1.0'
<dependency org="name.falgout.jeffrey.testing" name="annotation-processor-testing-junit4" rev="0.1.0">
<artifact name="annotation-processor-testing-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.falgout.jeffrey.testing', module='annotation-processor-testing-junit4', version='0.1.0')
)
libraryDependencies += "name.falgout.jeffrey.testing" % "annotation-processor-testing-junit4" % "0.1.0"
[name.falgout.jeffrey.testing/annotation-processor-testing-junit4 "0.1.0"]