GroupId | GroupIdsolutions.deepfield |
---|---|
ArtifactId | ArtifactIdspark-itcase-annotations |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/solutions.deepfield/spark-itcase-annotations/ -->
<dependency>
<groupId>solutions.deepfield</groupId>
<artifactId>spark-itcase-annotations</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/solutions.deepfield/spark-itcase-annotations/
implementation 'solutions.deepfield:spark-itcase-annotations:1.0.2'
// https://jarcasting.com/artifacts/solutions.deepfield/spark-itcase-annotations/
implementation ("solutions.deepfield:spark-itcase-annotations:1.0.2")
'solutions.deepfield:spark-itcase-annotations:jar:1.0.2'
<dependency org="solutions.deepfield" name="spark-itcase-annotations" rev="1.0.2">
<artifact name="spark-itcase-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='solutions.deepfield', module='spark-itcase-annotations', version='1.0.2')
)
libraryDependencies += "solutions.deepfield" % "spark-itcase-annotations" % "1.0.2"
[solutions.deepfield/spark-itcase-annotations "1.0.2"]