t

testng-junit5

Implementation of the JUnit5 Platform TestEngine interface
https://github.com/testng-team/testng-junit5
Apache License, Version 2.0
TestNG Team
Julien Herr Christian Stein Cedric Beust Krishnana Mahadevan
Files download
File Operation
testng-junit5-0.0.1.jar download
testng-junit5-0.0.1.pom download
testng-junit5-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.testng-team</groupId>
  <artifactId>testng-junit5</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.testng-team:testng-junit5:0.0.1'
Gradle Kotlin
implementation("com.github.testng-team:testng-junit5:0.0.1")
Scala SBT
libraryDependencies += "com.github.testng-team" % "testng-junit5" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.testng-team', module='testng-junit5', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.testng-team" name="testng-junit5" rev="0.0.1" />
Leiningen
[com.github.testng-team/testng-junit5 "0.0.1"]
Apache Buildr
'com.github.testng-team:testng-junit5:jar:0.0.1'