You can download switchyard-component-bean-1.1.0.final.jar in this page.
Apache License
switchyard-component-bean-1.1.0.final.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.switchyard.components/switchyard-component-bean/pom.properties META-INF/maven/org.switchyard.components/switchyard-component-bean/pom.xml META-INF/services/javax.enterprise.inject.spi.Extension META-INF/services/org.switchyard.deploy.Component org.switchyard.component.bean.BeanComponentException.class org.switchyard.component.bean.BeanLogger.class org.switchyard.component.bean.BeanMessages.class org.switchyard.component.bean.BeanServiceMetadata.class org.switchyard.component.bean.ClientProxyBean.class org.switchyard.component.bean.Invocation.class org.switchyard.component.bean.Property.class org.switchyard.component.bean.Reference.class org.switchyard.component.bean.ReferenceInvocation.class org.switchyard.component.bean.ReferenceInvoker.class org.switchyard.component.bean.Service.class org.switchyard.component.bean.ServiceProxyHandler.class org.switchyard.component.bean.SwitchYardCDIServiceDiscovery.class org.switchyard.component.bean.config.model.BeanComponentImplementationModel.class org.switchyard.component.bean.config.model.BeanNamespace.class org.switchyard.component.bean.config.model.BeanSwitchYardScanner.class org.switchyard.component.bean.config.model.v1.V1BeanComponentImplementationModel.class org.switchyard.component.bean.config.model.v1.V1BeanMarshaller.class org.switchyard.component.bean.deploy.BeanComponent.class org.switchyard.component.bean.deploy.BeanComponentActivator.class org.switchyard.component.bean.deploy.BeanDeploymentMetaData.class org.switchyard.component.bean.deploy.BeanDeploymentMetaDataCDIBean.class org.switchyard.component.bean.deploy.CDIBean.class org.switchyard.component.bean.deploy.CDIBeanServiceDescriptor.class org.switchyard.component.bean.deploy.ServiceDescriptor.class org.switchyard.component.bean.internal.ExchangeInvocation.class org.switchyard.component.bean.internal.InternalBean.class org.switchyard.component.bean.internal.InvocationResponseHandler.class org.switchyard.component.bean.internal.ReferenceInvokerBean.class org.switchyard.component.bean.internal.SimpleCDIDeployment.class org.switchyard.component.bean.internal.context.ContextBean.class org.switchyard.component.bean.internal.context.ContextProxy.class org.switchyard.component.bean.internal.exchange.ExchangeBean.class org.switchyard.component.bean.internal.exchange.ExchangeProxy.class org.switchyard.component.bean.internal.message.MessageBean.class org.switchyard.component.bean.internal.message.MessageProxy.class org/switchyard/component/bean/BeanLogger.i18n.properties org/switchyard/component/bean/BeanMessages.i18n.properties org/switchyard/component/bean/config/model/v1/bean_1_0.xsd org/switchyard/component/bean/config/model/v1/bean_1_1.xsd org/switchyard/config/model/descriptor.properties
switchyard-component-bean-1.1.0.final.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors. - - Licensed under the Apache License, Version 2.0 (the "License") - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-components-parent</artifactId> <version>1.1.0.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>switchyard-component-bean</artifactId> <packaging>jar</packaging> <name>SwitchYard: Bean Component</name> <url>http://switchyard.org</url> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <configuration> <!-- Avoid processing @ delimeter, we use that in license headers --> <useDefaultDelimiters>false</useDefaultDelimiters> <delimiters> <delimiter>${*}</delimiter> </delimiters> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.jboss.weld.se</groupId> <artifactId>weld-se-core</artifactId> </dependency> <dependency> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-component-common</artifactId> </dependency> <dependency> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-component-test-mixin-cdi</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-component-bean</artifactId> <version>1.1.0.final</version> </dependency>
If you think the following switchyard-component-bean-1.1.0.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download switchyard-component-bean-1.1.0.final.jar file