Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.phantomthief |
ArtifactId | ArtifactIdscope |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
scope-1.0.7.pom | |
scope-1.0.7.jar | 8 KB |
scope-1.0.7-sources.jar | 6 KB |
scope-1.0.7-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.phantomthief/scope/ -->
<dependency>
<groupId>com.github.phantomthief</groupId>
<artifactId>scope</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phantomthief/scope/
implementation 'com.github.phantomthief:scope:1.0.7'
// https://jarcasting.com/artifacts/com.github.phantomthief/scope/
implementation ("com.github.phantomthief:scope:1.0.7")
'com.github.phantomthief:scope:jar:1.0.7'
<dependency org="com.github.phantomthief" name="scope" rev="1.0.7">
<artifact name="scope" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phantomthief', module='scope', version='1.0.7')
)
libraryDependencies += "com.github.phantomthief" % "scope" % "1.0.7"
[com.github.phantomthief/scope "1.0.7"]