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