Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.undefinedlabs.scope |
ArtifactId | ArtifactIdscope-runner-scalatest |
Version | Version0.15.0-beta.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-runner-scalatest/ -->
<dependency>
<groupId>com.undefinedlabs.scope</groupId>
<artifactId>scope-runner-scalatest</artifactId>
<version>0.15.0-beta.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-runner-scalatest/
implementation 'com.undefinedlabs.scope:scope-runner-scalatest:0.15.0-beta.6'
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-runner-scalatest/
implementation ("com.undefinedlabs.scope:scope-runner-scalatest:0.15.0-beta.6")
'com.undefinedlabs.scope:scope-runner-scalatest:jar:0.15.0-beta.6'
<dependency org="com.undefinedlabs.scope" name="scope-runner-scalatest" rev="0.15.0-beta.6">
<artifact name="scope-runner-scalatest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.undefinedlabs.scope', module='scope-runner-scalatest', version='0.15.0-beta.6')
)
libraryDependencies += "com.undefinedlabs.scope" % "scope-runner-scalatest" % "0.15.0-beta.6"
[com.undefinedlabs.scope/scope-runner-scalatest "0.15.0-beta.6"]