s

scope-parent

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.
https://scope.undefinedlabs.com
The Apache Software License, Version 2.0
Daniel Rodriguez Hernandez
文件下载
文件名 操作
scope-parent-0.5.0-beta.3.pom 下载
Apache Maven
<dependency>
  <groupId>com.undefinedlabs.scope</groupId>
  <artifactId>scope-parent</artifactId>
  <version>0.5.0-beta.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.undefinedlabs.scope:scope-parent:0.5.0-beta.3'
Gradle Kotlin
implementation("com.undefinedlabs.scope:scope-parent:0.5.0-beta.3")
Scala SBT
libraryDependencies += "com.undefinedlabs.scope" % "scope-parent" % "0.5.0-beta.3"
Groovy Grape
@Grapes(
  @Grab(group='com.undefinedlabs.scope', module='scope-parent', version='0.5.0-beta.3')
)
Apache Ivy
<dependency org="com.undefinedlabs.scope" name="scope-parent" rev="0.5.0-beta.3" />
Leiningen
[com.undefinedlabs.scope/scope-parent "0.5.0-beta.3"]
Apache Buildr
'com.undefinedlabs.scope:scope-parent:jar:0.5.0-beta.3'
本项目依赖
该项目无第三方依赖