Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.outworkers |
ArtifactId | ArtifactIdphantom-connectors_2.11 |
Version | Version2.17.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.outworkers/phantom-connectors_2.11/ -->
<dependency>
<groupId>com.outworkers</groupId>
<artifactId>phantom-connectors_2.11</artifactId>
<version>2.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.outworkers/phantom-connectors_2.11/
implementation 'com.outworkers:phantom-connectors_2.11:2.17.0'
// https://jarcasting.com/artifacts/com.outworkers/phantom-connectors_2.11/
implementation ("com.outworkers:phantom-connectors_2.11:2.17.0")
'com.outworkers:phantom-connectors_2.11:jar:2.17.0'
<dependency org="com.outworkers" name="phantom-connectors_2.11" rev="2.17.0">
<artifact name="phantom-connectors_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outworkers', module='phantom-connectors_2.11', version='2.17.0')
)
libraryDependencies += "com.outworkers" % "phantom-connectors_2.11" % "2.17.0"
[com.outworkers/phantom-connectors_2.11 "2.17.0"]