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