Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.websudos |
ArtifactId | ArtifactIdphantom-testing_2.10 |
Version | Version0.9.11 |
Type | Typejar |
Filename | Size |
---|---|
phantom-testing_2.10-0.9.11.pom | |
phantom-testing_2.10-0.9.11.jar | 21 KB |
phantom-testing_2.10-0.9.11-sources.jar | 11 KB |
phantom-testing_2.10-0.9.11-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.websudos/phantom-testing_2.10/ -->
<dependency>
<groupId>com.websudos</groupId>
<artifactId>phantom-testing_2.10</artifactId>
<version>0.9.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.websudos/phantom-testing_2.10/
implementation 'com.websudos:phantom-testing_2.10:0.9.11'
// https://jarcasting.com/artifacts/com.websudos/phantom-testing_2.10/
implementation ("com.websudos:phantom-testing_2.10:0.9.11")
'com.websudos:phantom-testing_2.10:jar:0.9.11'
<dependency org="com.websudos" name="phantom-testing_2.10" rev="0.9.11">
<artifact name="phantom-testing_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.websudos', module='phantom-testing_2.10', version='0.9.11')
)
libraryDependencies += "com.websudos" % "phantom-testing_2.10" % "0.9.11"
[com.websudos/phantom-testing_2.10 "0.9.11"]