is not current version
Last Version 2.1.4

com.blazegraph:junit-ext 2.1.1

Blazegraph JUnit Extensions

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.blazegraph
ArtifactId

ArtifactId

junit-ext
Version

Version

2.1.1
Type

Type

jar

Download junit-ext 2.1.1


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