is not current version
Last Version 0.2.3

org.no-hope:test-utils-junit 0.1.7


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.no-hope
ArtifactId

ArtifactId

test-utils-junit
Version

Version

0.1.7
Type

Type

jar

Download test-utils-junit 0.1.7


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