Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdio.github.Ethan0507 |
ArtifactId | ArtifactIdnot-so-plugin-junit4 |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.Ethan0507/not-so-plugin-junit4/ -->
<dependency>
<groupId>io.github.Ethan0507</groupId>
<artifactId>not-so-plugin-junit4</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.Ethan0507/not-so-plugin-junit4/
implementation 'io.github.Ethan0507:not-so-plugin-junit4:0.0.2'
// https://jarcasting.com/artifacts/io.github.Ethan0507/not-so-plugin-junit4/
implementation ("io.github.Ethan0507:not-so-plugin-junit4:0.0.2")
'io.github.Ethan0507:not-so-plugin-junit4:jar:0.0.2'
<dependency org="io.github.Ethan0507" name="not-so-plugin-junit4" rev="0.0.2">
<artifact name="not-so-plugin-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.Ethan0507', module='not-so-plugin-junit4', version='0.0.2')
)
libraryDependencies += "io.github.Ethan0507" % "not-so-plugin-junit4" % "0.0.2"
[io.github.Ethan0507/not-so-plugin-junit4 "0.0.2"]