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