GroupId | GroupIdio.syndesis |
---|---|
ArtifactId | ArtifactIdhttp-post-connector |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
http-post-connector-0.5.0.pom | |
http-post-connector-0.5.0.jar | 16 KB |
http-post-connector-0.5.0-sources.jar | 7 KB |
http-post-connector-0.5.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.syndesis/http-post-connector/ -->
<dependency>
<groupId>io.syndesis</groupId>
<artifactId>http-post-connector</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis/http-post-connector/
implementation 'io.syndesis:http-post-connector:0.5.0'
// https://jarcasting.com/artifacts/io.syndesis/http-post-connector/
implementation ("io.syndesis:http-post-connector:0.5.0")
'io.syndesis:http-post-connector:jar:0.5.0'
<dependency org="io.syndesis" name="http-post-connector" rev="0.5.0">
<artifact name="http-post-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis', module='http-post-connector', version='0.5.0')
)
libraryDependencies += "io.syndesis" % "http-post-connector" % "0.5.0"
[io.syndesis/http-post-connector "0.5.0"]