| Categories | 
                CategoriesMixin Application Layer Libs Bytecode Manipulation | 
        
|---|---|
| GroupId | GroupIdorg.switchyard.components | 
    
| ArtifactId | ArtifactIdswitchyard-component-test-mixin-http | 
    
| Version | Version2.0.1.redhat-621222 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.switchyard.components/switchyard-component-test-mixin-http/ -->
<dependency>
    <groupId>org.switchyard.components</groupId>
    <artifactId>switchyard-component-test-mixin-http</artifactId>
    <version>2.0.1.redhat-621222</version>
</dependency>
                // https://jarcasting.com/artifacts/org.switchyard.components/switchyard-component-test-mixin-http/
implementation 'org.switchyard.components:switchyard-component-test-mixin-http:2.0.1.redhat-621222'
                // https://jarcasting.com/artifacts/org.switchyard.components/switchyard-component-test-mixin-http/
implementation ("org.switchyard.components:switchyard-component-test-mixin-http:2.0.1.redhat-621222")
                'org.switchyard.components:switchyard-component-test-mixin-http:jar:2.0.1.redhat-621222'
                <dependency org="org.switchyard.components" name="switchyard-component-test-mixin-http" rev="2.0.1.redhat-621222">
  <artifact name="switchyard-component-test-mixin-http" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-test-mixin-http', version='2.0.1.redhat-621222')
)
                libraryDependencies += "org.switchyard.components" % "switchyard-component-test-mixin-http" % "2.0.1.redhat-621222"
                [org.switchyard.components/switchyard-component-test-mixin-http "2.0.1.redhat-621222"]