is not current version
Last Version 1.12

org.junithelper:junithelper-core 1.11


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.junithelper
ArtifactId

ArtifactId

junithelper-core
Version

Version

1.11
Type

Type

jar

Download junithelper-core 1.11


<!-- https://jarcasting.com/artifacts/org.junithelper/junithelper-core/ -->
<dependency>
    <groupId>org.junithelper</groupId>
    <artifactId>junithelper-core</artifactId>
    <version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.junithelper/junithelper-core/
implementation 'org.junithelper:junithelper-core:1.11'
// https://jarcasting.com/artifacts/org.junithelper/junithelper-core/
implementation ("org.junithelper:junithelper-core:1.11")
'org.junithelper:junithelper-core:jar:1.11'
<dependency org="org.junithelper" name="junithelper-core" rev="1.11">
  <artifact name="junithelper-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.junithelper', module='junithelper-core', version='1.11')
)
libraryDependencies += "org.junithelper" % "junithelper-core" % "1.11"
[org.junithelper/junithelper-core "1.11"]