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