License |
License |
---|---|
GroupId | GroupIdcom.undefinedlabs.scope |
ArtifactId | ArtifactIdreports |
Last Version | Last Version0.15.1-beta.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionScope is a APM for tests to give engineering teams unprecedented visibility into their CI process to quickly
identify, troubleshoot and fix failed builds.
The parent artifact contains configuration information that concern all modules.
|
Filename | Size |
---|---|
reports-0.15.1-beta.2.pom | |
reports-0.15.1-beta.2.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.undefinedlabs.scope/reports/ -->
<dependency>
<groupId>com.undefinedlabs.scope</groupId>
<artifactId>reports</artifactId>
<version>0.15.1-beta.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/reports/
implementation 'com.undefinedlabs.scope:reports:0.15.1-beta.2'
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/reports/
implementation ("com.undefinedlabs.scope:reports:0.15.1-beta.2")
'com.undefinedlabs.scope:reports:jar:0.15.1-beta.2'
<dependency org="com.undefinedlabs.scope" name="reports" rev="0.15.1-beta.2">
<artifact name="reports" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.undefinedlabs.scope', module='reports', version='0.15.1-beta.2')
)
libraryDependencies += "com.undefinedlabs.scope" % "reports" % "0.15.1-beta.2"
[com.undefinedlabs.scope/reports "0.15.1-beta.2"]