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