Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.helenus |
ArtifactId | ArtifactIdhelenus-junit |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
helenus-junit-3.0.2.pom | |
helenus-junit-3.0.2.jar | 91 KB |
helenus-junit-3.0.2-sources.jar | 54 KB |
helenus-junit-3.0.2-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.helenus/helenus-junit/ -->
<dependency>
<groupId>org.helenus</groupId>
<artifactId>helenus-junit</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.helenus/helenus-junit/
implementation 'org.helenus:helenus-junit:3.0.2'
// https://jarcasting.com/artifacts/org.helenus/helenus-junit/
implementation ("org.helenus:helenus-junit:3.0.2")
'org.helenus:helenus-junit:jar:3.0.2'
<dependency org="org.helenus" name="helenus-junit" rev="3.0.2">
<artifact name="helenus-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.helenus', module='helenus-junit', version='3.0.2')
)
libraryDependencies += "org.helenus" % "helenus-junit" % "3.0.2"
[org.helenus/helenus-junit "3.0.2"]