Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.onosproject |
ArtifactId | ArtifactIdonlab-junit |
Version | Version1.13.0-b8 |
Type | Typejar |
Filename | Size |
---|---|
onlab-junit-1.13.0-b8.pom | |
onlab-junit-1.13.0-b8.jar | 18 KB |
onlab-junit-1.13.0-b8-tests.jar | 11 KB |
onlab-junit-1.13.0-b8-sources.jar | 14 KB |
onlab-junit-1.13.0-b8-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.onosproject/onlab-junit/ -->
<dependency>
<groupId>org.onosproject</groupId>
<artifactId>onlab-junit</artifactId>
<version>1.13.0-b8</version>
</dependency>
// https://jarcasting.com/artifacts/org.onosproject/onlab-junit/
implementation 'org.onosproject:onlab-junit:1.13.0-b8'
// https://jarcasting.com/artifacts/org.onosproject/onlab-junit/
implementation ("org.onosproject:onlab-junit:1.13.0-b8")
'org.onosproject:onlab-junit:jar:1.13.0-b8'
<dependency org="org.onosproject" name="onlab-junit" rev="1.13.0-b8">
<artifact name="onlab-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.onosproject', module='onlab-junit', version='1.13.0-b8')
)
libraryDependencies += "org.onosproject" % "onlab-junit" % "1.13.0-b8"
[org.onosproject/onlab-junit "1.13.0-b8"]