is not current version
Last Version 0.15.1-beta.2

com.undefinedlabs.scope:scope-parent 0.2.5-beta.12

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 parent artifact contains configuration information that concern all modules.

GroupId

GroupId

com.undefinedlabs.scope
ArtifactId

ArtifactId

scope-parent
Version

Version

0.2.5-beta.12
Type

Type

pom

Download scope-parent 0.2.5-beta.12


<!-- https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-parent/ -->
<dependency>
    <groupId>com.undefinedlabs.scope</groupId>
    <artifactId>scope-parent</artifactId>
    <version>0.2.5-beta.12</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-parent/
implementation 'com.undefinedlabs.scope:scope-parent:0.2.5-beta.12'
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-parent/
implementation ("com.undefinedlabs.scope:scope-parent:0.2.5-beta.12")
'com.undefinedlabs.scope:scope-parent:pom:0.2.5-beta.12'
<dependency org="com.undefinedlabs.scope" name="scope-parent" rev="0.2.5-beta.12">
  <artifact name="scope-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.undefinedlabs.scope', module='scope-parent', version='0.2.5-beta.12')
)
libraryDependencies += "com.undefinedlabs.scope" % "scope-parent" % "0.2.5-beta.12"
[com.undefinedlabs.scope/scope-parent "0.2.5-beta.12"]