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