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