GroupId | GroupIdcom.zeotap |
---|---|
ArtifactId | ArtifactIdspark-property-tests_2.11 |
Version | Version2.4.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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zeotap/spark-property-tests_2.11/
implementation 'com.zeotap:spark-property-tests_2.11:2.4.0'
// https://jarcasting.com/artifacts/com.zeotap/spark-property-tests_2.11/
implementation ("com.zeotap:spark-property-tests_2.11:2.4.0")
'com.zeotap:spark-property-tests_2.11:jar:2.4.0'
<dependency org="com.zeotap" name="spark-property-tests_2.11" rev="2.4.0">
<artifact name="spark-property-tests_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zeotap', module='spark-property-tests_2.11', version='2.4.0')
)
libraryDependencies += "com.zeotap" % "spark-property-tests_2.11" % "2.4.0"
[com.zeotap/spark-property-tests_2.11 "2.4.0"]