License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing CLI User Interface Monitoring Application Testing & Monitoring |
GroupId | GroupIdcom.google.monitoring-client |
ArtifactId | ArtifactIdjunit |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionJUnit Backport
Convenient functions backported from JUnit 4.13.
|
Filename | Size |
---|---|
junit-1.0.2.pom | |
junit-1.0.2.jar | 4 KB |
junit-1.0.2-sources.jar | 3 KB |
junit-1.0.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.monitoring-client/junit/ -->
<dependency>
<groupId>com.google.monitoring-client</groupId>
<artifactId>junit</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.monitoring-client/junit/
implementation 'com.google.monitoring-client:junit:1.0.2'
// https://jarcasting.com/artifacts/com.google.monitoring-client/junit/
implementation ("com.google.monitoring-client:junit:1.0.2")
'com.google.monitoring-client:junit:jar:1.0.2'
<dependency org="com.google.monitoring-client" name="junit" rev="1.0.2">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.monitoring-client', module='junit', version='1.0.2')
)
libraryDependencies += "com.google.monitoring-client" % "junit" % "1.0.2"
[com.google.monitoring-client/junit "1.0.2"]