License |
License |
---|---|
GroupId | GroupIdsoftware.amazon.appflow |
ArtifactId | ArtifactIdcustom-connector-example |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionAppFlow Custom Connector SDK enables customers and third party developers to build custom source
and/or destination connectors for the AppFlow service.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/software.amazon.appflow/custom-connector-example/ -->
<dependency>
<groupId>software.amazon.appflow</groupId>
<artifactId>custom-connector-example</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.appflow/custom-connector-example/
implementation 'software.amazon.appflow:custom-connector-example:1.0'
// https://jarcasting.com/artifacts/software.amazon.appflow/custom-connector-example/
implementation ("software.amazon.appflow:custom-connector-example:1.0")
'software.amazon.appflow:custom-connector-example:jar:1.0'
<dependency org="software.amazon.appflow" name="custom-connector-example" rev="1.0">
<artifact name="custom-connector-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.appflow', module='custom-connector-example', version='1.0')
)
libraryDependencies += "software.amazon.appflow" % "custom-connector-example" % "1.0"
[software.amazon.appflow/custom-connector-example "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.immutables : value | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
org.mockito : mockito-all | jar | 1.10.19 |
org.mockito : mockito-junit-jupiter | jar | 3.7.0 |