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