<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-http</artifactId>
<version>2.0.1.redhat-621177</version>
<type>bundle</type>
</dependency>
implementation 'org.switchyard.components:switchyard-component-http:2.0.1.redhat-621177'
implementation("org.switchyard.components:switchyard-component-http:2.0.1.redhat-621177")
libraryDependencies += "org.switchyard.components" % "switchyard-component-http" % "2.0.1.redhat-621177"
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-http', version='2.0.1.redhat-621177')
)
<dependency org="org.switchyard.components" name="switchyard-component-http" rev="2.0.1.redhat-621177" />
<parent> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-components-parent</artifactId> <version>2.0.1.redhat-621177</version> </parent>
compile
|-- org.switchyard:switchyard-api
|-- org.switchyard:switchyard-config
|-- org.switchyard:switchyard-common
|-- org.switchyard:switchyard-security
|-- org.switchyard:switchyard-security-jboss
|-- org.switchyard.components:switchyard-component-common
|-- org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec
|-- junit:junit
|-- org.apache.httpcomponents:httpclient
|-- org.apache.httpcomponents:httpcore
|-- org.jboss.com.sun.httpserver:httpserver
provided
|-- org.osgi:org.osgi.compendium
test
|-- org.switchyard.components:switchyard-component-test-mixin-http