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