GroupId | GroupIdcom.zeotap |
---|---|
ArtifactId | ArtifactIdspark-property-tests_2.11 |
Version | Version2.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.zeotap/spark-property-tests_2.11/ -->
<dependency>
<groupId>com.zeotap</groupId>
<artifactId>spark-property-tests_2.11</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zeotap/spark-property-tests_2.11/
implementation 'com.zeotap:spark-property-tests_2.11:2.2.0'
// https://jarcasting.com/artifacts/com.zeotap/spark-property-tests_2.11/
implementation ("com.zeotap:spark-property-tests_2.11:2.2.0")
'com.zeotap:spark-property-tests_2.11:jar:2.2.0'
<dependency org="com.zeotap" name="spark-property-tests_2.11" rev="2.2.0">
<artifact name="spark-property-tests_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zeotap', module='spark-property-tests_2.11', version='2.2.0')
)
libraryDependencies += "com.zeotap" % "spark-property-tests_2.11" % "2.2.0"
[com.zeotap/spark-property-tests_2.11 "2.2.0"]