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