is not current version
Last Version 0.15.1-beta.2

com.undefinedlabs.scope:scope-parent 0.13.0

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.13.0
Type

Type

pom

Download scope-parent 0.13.0

Filename Size
scope-parent-0.13.0.pom 39 KB
Browse

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