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