Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.outworkers |
ArtifactId | ArtifactIdphantom-example_2.11 |
Version | Version2.7.1 |
Type | Typejar |
Filename | Size |
---|---|
phantom-example_2.11-2.7.1.pom | |
phantom-example_2.11-2.7.1.jar | 162 KB |
phantom-example_2.11-2.7.1-sources.jar | 16 KB |
phantom-example_2.11-2.7.1-javadoc.jar | 682 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.outworkers/phantom-example_2.11/ -->
<dependency>
<groupId>com.outworkers</groupId>
<artifactId>phantom-example_2.11</artifactId>
<version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.outworkers/phantom-example_2.11/
implementation 'com.outworkers:phantom-example_2.11:2.7.1'
// https://jarcasting.com/artifacts/com.outworkers/phantom-example_2.11/
implementation ("com.outworkers:phantom-example_2.11:2.7.1")
'com.outworkers:phantom-example_2.11:jar:2.7.1'
<dependency org="com.outworkers" name="phantom-example_2.11" rev="2.7.1">
<artifact name="phantom-example_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outworkers', module='phantom-example_2.11', version='2.7.1')
)
libraryDependencies += "com.outworkers" % "phantom-example_2.11" % "2.7.1"
[com.outworkers/phantom-example_2.11 "2.7.1"]