GroupId | GroupIdio.syndesis.connector |
---|---|
ArtifactId | ArtifactIdconnector-google-sheets |
Version | Version1.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.syndesis.connector/connector-google-sheets/ -->
<dependency>
<groupId>io.syndesis.connector</groupId>
<artifactId>connector-google-sheets</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis.connector/connector-google-sheets/
implementation 'io.syndesis.connector:connector-google-sheets:1.6.0'
// https://jarcasting.com/artifacts/io.syndesis.connector/connector-google-sheets/
implementation ("io.syndesis.connector:connector-google-sheets:1.6.0")
'io.syndesis.connector:connector-google-sheets:jar:1.6.0'
<dependency org="io.syndesis.connector" name="connector-google-sheets" rev="1.6.0">
<artifact name="connector-google-sheets" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis.connector', module='connector-google-sheets', version='1.6.0')
)
libraryDependencies += "io.syndesis.connector" % "connector-google-sheets" % "1.6.0"
[io.syndesis.connector/connector-google-sheets "1.6.0"]