License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.undefinedlabs.scope |
ArtifactId | ArtifactIdscope-instrumentation-for-maven |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionScope for Maven Instrumentator
Scope is a APM for tests to give engineering teams unprecedented visibility into their CI process to quickly identify, troubleshoot and fix failed builds.
The Scope for Maven instrumentator library allows to modify the Maven pom file to add Scope Java Agent to surefire and failsafe plugins.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-instrumentation-for-maven/ -->
<dependency>
<groupId>com.undefinedlabs.scope</groupId>
<artifactId>scope-instrumentation-for-maven</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-instrumentation-for-maven/
implementation 'com.undefinedlabs.scope:scope-instrumentation-for-maven:0.1.0'
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-instrumentation-for-maven/
implementation ("com.undefinedlabs.scope:scope-instrumentation-for-maven:0.1.0")
'com.undefinedlabs.scope:scope-instrumentation-for-maven:jar:0.1.0'
<dependency org="com.undefinedlabs.scope" name="scope-instrumentation-for-maven" rev="0.1.0">
<artifact name="scope-instrumentation-for-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.undefinedlabs.scope', module='scope-instrumentation-for-maven', version='0.1.0')
)
libraryDependencies += "com.undefinedlabs.scope" % "scope-instrumentation-for-maven" % "0.1.0"
[com.undefinedlabs.scope/scope-instrumentation-for-maven "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Version |
---|
0.1.0
|