Download motan-springsupport-0.2.1.jar file

Introduction

You can download motan-springsupport-0.2.1.jar in this page.

License

Apache License

Type List

motan-springsupport-0.2.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.weibo/motan-springsupport/pom.properties
META-INF/maven/com.weibo/motan-springsupport/pom.xml
com.weibo.api.motan.config.springsupport.AnnotationBean.class
com.weibo.api.motan.config.springsupport.BasicRefererConfigBean.class
com.weibo.api.motan.config.springsupport.BasicServiceConfigBean.class
com.weibo.api.motan.config.springsupport.MotanBeanDefinitionParser.class
com.weibo.api.motan.config.springsupport.MotanNamespaceHandler.class
com.weibo.api.motan.config.springsupport.ProtocolConfigBean.class
com.weibo.api.motan.config.springsupport.RefererConfigBean.class
com.weibo.api.motan.config.springsupport.RegistryConfigBean.class
com.weibo.api.motan.config.springsupport.ServiceConfigBean.class
com.weibo.api.motan.config.springsupport.SpiConfigBean.class
com.weibo.api.motan.config.springsupport.annotation.MotanReferer.class
com.weibo.api.motan.config.springsupport.annotation.MotanService.class
com.weibo.api.motan.config.springsupport.util.SpringBeanUtil.class

Pom

motan-springsupport-0.2.1.pom file content.

<?xml version="1.0"?>
<!--
  ~  Copyright 2009-2016 Weibo, Inc.
  ~
  ~    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>
        <artifactId>motan</artifactId>
        <groupId>com.weibo</groupId>
        <version>0.2.1</version>
    </parent>
    <artifactId>motan-springsupport</artifactId>
    <name>motan-springsupport</name>

    <dependencies>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
            <version>${spring-framework.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.weibo</groupId>
            <artifactId>motan-core</artifactId>
            <version>${project.parent.version}</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.weibo</groupId>
   <artifactId>motan-springsupport</artifactId>
   <version>0.2.1</version>
</dependency>

Download

If you think the following motan-springsupport-0.2.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download motan-springsupport-0.2.1.jar file




PreviousNext

Related