Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.stratio.crossdata |
ArtifactId | ArtifactIdcrossdata-driver |
Version | Version0.1.1-RC1 |
Type | Typejar |
Filename | Size |
---|---|
crossdata-driver-0.1.1-RC1.pom | |
crossdata-driver-0.1.1-RC1.jar | 43 KB |
crossdata-driver-0.1.1-RC1-sources.jar | 537 bytes |
crossdata-driver-0.1.1-RC1-javadoc.jar | 537 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.stratio.crossdata/crossdata-driver/ -->
<dependency>
<groupId>com.stratio.crossdata</groupId>
<artifactId>crossdata-driver</artifactId>
<version>0.1.1-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.stratio.crossdata/crossdata-driver/
implementation 'com.stratio.crossdata:crossdata-driver:0.1.1-RC1'
// https://jarcasting.com/artifacts/com.stratio.crossdata/crossdata-driver/
implementation ("com.stratio.crossdata:crossdata-driver:0.1.1-RC1")
'com.stratio.crossdata:crossdata-driver:jar:0.1.1-RC1'
<dependency org="com.stratio.crossdata" name="crossdata-driver" rev="0.1.1-RC1">
<artifact name="crossdata-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stratio.crossdata', module='crossdata-driver', version='0.1.1-RC1')
)
libraryDependencies += "com.stratio.crossdata" % "crossdata-driver" % "0.1.1-RC1"
[com.stratio.crossdata/crossdata-driver "0.1.1-RC1"]