Download org.ow2.chameleon.fuchsia.base.json-rpc.json-rpc-bundle-0.0.2.jar file

Introduction

You can download org.ow2.chameleon.fuchsia.base.json-rpc.json-rpc-bundle-0.0.2.jar in this page.

License

Apache License

Type List

org.ow2.chameleon.fuchsia.base.json-rpc.json-rpc-bundle-0.0.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.github.briandilley.jsonrpc4j/jsonrpc4j/pom.properties
META-INF/maven/com.github.briandilley.jsonrpc4j/jsonrpc4j/pom.xml
META-INF/maven/org.ow2.chameleon.fuchsia.base.json-rpc/org.ow2.chameleon.fuchsia.base.json-rpc.json-rpc-bundle/pom.properties
META-INF/maven/org.ow2.chameleon.fuchsia.base.json-rpc/org.ow2.chameleon.fuchsia.base.json-rpc.json-rpc-bundle/pom.xml
com.googlecode.jsonrpc4j.AnnotationsErrorResolver.class
com.googlecode.jsonrpc4j.Base64.class
com.googlecode.jsonrpc4j.DefaultErrorResolver.class
com.googlecode.jsonrpc4j.DefaultExceptionResolver.class
com.googlecode.jsonrpc4j.ErrorResolver.class
com.googlecode.jsonrpc4j.ExceptionResolver.class
com.googlecode.jsonrpc4j.JsonRpcCallback.class
com.googlecode.jsonrpc4j.JsonRpcClient.class
com.googlecode.jsonrpc4j.JsonRpcClientException.class
com.googlecode.jsonrpc4j.JsonRpcError.class
com.googlecode.jsonrpc4j.JsonRpcErrors.class
com.googlecode.jsonrpc4j.JsonRpcHttpAsyncClient.class
com.googlecode.jsonrpc4j.JsonRpcHttpClient.class
com.googlecode.jsonrpc4j.JsonRpcMultiServer.class
com.googlecode.jsonrpc4j.JsonRpcParam.class
com.googlecode.jsonrpc4j.JsonRpcParamName.class
com.googlecode.jsonrpc4j.JsonRpcServer.class
com.googlecode.jsonrpc4j.JsonRpcService.class
com.googlecode.jsonrpc4j.MultipleErrorResolver.class
com.googlecode.jsonrpc4j.MultipleExceptionResolver.class
com.googlecode.jsonrpc4j.NoCloseInputStream.class
com.googlecode.jsonrpc4j.NoCloseOutputStream.class
com.googlecode.jsonrpc4j.ProxyUtil.class
com.googlecode.jsonrpc4j.ReflectionUtil.class
com.googlecode.jsonrpc4j.StreamServer.class
com.googlecode.jsonrpc4j.spring.AbstractCompositeJsonServiceExporter.class
com.googlecode.jsonrpc4j.spring.AbstractJsonServiceExporter.class
com.googlecode.jsonrpc4j.spring.AutoJsonRpcClientProxyCreator.class
com.googlecode.jsonrpc4j.spring.AutoJsonRpcServiceExporter.class
com.googlecode.jsonrpc4j.spring.CompositeJsonServiceExporter.class
com.googlecode.jsonrpc4j.spring.CompositeJsonStreamServiceExporter.class
com.googlecode.jsonrpc4j.spring.JsonProxyFactoryBean.class
com.googlecode.jsonrpc4j.spring.JsonServiceExporter.class
com.googlecode.jsonrpc4j.spring.JsonStreamServiceExporter.class

Pom

org.ow2.chameleon.fuchsia.base.json-rpc.json-rpc-bundle-0.0.2.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
        Copyright 2009 OW2 Chameleon 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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <artifactId>org.ow2.chameleon.fuchsia.base.json-rpc</artifactId>
        <groupId>org.ow2.chameleon.fuchsia.base</groupId>
        <version>0.0.2</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <!-- Description of the project -->
    <groupId>org.ow2.chameleon.fuchsia.base.json-rpc</groupId>
    <artifactId>org.ow2.chameleon.fuchsia.base.json-rpc.json-rpc-bundle</artifactId>
    <name>OW2 Chameleon - JSONRPC4J-Bundle</name>
    <packaging>bundle</packaging>
    <description>A wrapper around the JSONRPC4J library to build a consistent OSGi Bundle.</description>

    <!-- Project dependencies -->
    <dependencies>
        <dependency>
            <groupId>com.github.briandilley.jsonrpc4j</groupId>
            <artifactId>jsonrpc4j</artifactId>
            <version>1.0</version>
        </dependency>
    </dependencies>

    <!-- Build configuration -->
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <version>${bundle.plugin.version}</version>
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <Bundle-SymbolicName>
                            ${project.artifactId}
                        </Bundle-SymbolicName>
                        <Import-Package>
                            *;resolution:=optional
                        </Import-Package>
                        <Export-Package>
                            com.googlecode.jsonrpc4j*
                        </Export-Package>
                        <Embed-Dependency>jsonrpc4j;inline=true</Embed-Dependency>
                    </instructions>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>org.ow2.chameleon.fuchsia.base.json-rpc</groupId>
   <artifactId>org.ow2.chameleon.fuchsia.base.json-rpc.json-rpc-bundle</artifactId>
   <version>0.0.2</version>
</dependency>

Download

If you think the following org.ow2.chameleon.fuchsia.base.json-rpc.json-rpc-bundle-0.0.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download org.ow2.chameleon.fuchsia.base.json-rpc.json-rpc-bundle-0.0.2.jar file




PreviousNext

Related