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