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