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