Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.helenus |
ArtifactId | ArtifactIdhelenus-junit |
Version | Version3.0.3 |
Type | Typejar |
Filename | Size |
---|---|
helenus-junit-3.0.3.pom | |
helenus-junit-3.0.3.jar | 91 KB |
helenus-junit-3.0.3-sources.jar | 54 KB |
helenus-junit-3.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.helenus/helenus-junit/
implementation 'org.helenus:helenus-junit:3.0.3'
// https://jarcasting.com/artifacts/org.helenus/helenus-junit/
implementation ("org.helenus:helenus-junit:3.0.3")
'org.helenus:helenus-junit:jar:3.0.3'
<dependency org="org.helenus" name="helenus-junit" rev="3.0.3">
<artifact name="helenus-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.helenus', module='helenus-junit', version='3.0.3')
)
libraryDependencies += "org.helenus" % "helenus-junit" % "3.0.3"
[org.helenus/helenus-junit "3.0.3"]