Download gateway.service-5.0.1.28.jar file

Introduction

You can download gateway.service-5.0.1.28.jar in this page.

License

Open Source

Type List

gateway.service-5.0.1.28.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.kaazing/gateway.service/pom.properties
META-INF/maven/org.kaazing/gateway.service/pom.xml
org.kaazing.gateway.service.AcceptOptionsContext.class
org.kaazing.gateway.service.ConnectOptionsContext.class
org.kaazing.gateway.service.Service.class
org.kaazing.gateway.service.ServiceContext.class
org.kaazing.gateway.service.ServiceFactory.class
org.kaazing.gateway.service.ServiceFactorySpi.class
org.kaazing.gateway.service.ServiceProperties.class
org.kaazing.gateway.service.ServiceRegistration.class
org.kaazing.gateway.service.TransportOptionNames.class
org.kaazing.gateway.service.cluster.BalancerMapListener.class
org.kaazing.gateway.service.cluster.ClusterConnectOptionsContext.class
org.kaazing.gateway.service.cluster.ClusterContext.class
org.kaazing.gateway.service.cluster.ClusterMessaging.class
org.kaazing.gateway.service.cluster.EntryListenerSupport.class
org.kaazing.gateway.service.cluster.InstanceKeyListener.class
org.kaazing.gateway.service.cluster.MemberId.class
org.kaazing.gateway.service.cluster.MembershipEventListener.class
org.kaazing.gateway.service.cluster.ReceiveListener.class
org.kaazing.gateway.service.cluster.SendListener.class
org.kaazing.gateway.service.messaging.AttributeStore.class
org.kaazing.gateway.service.messaging.MessagingMessage.class
org.kaazing.gateway.service.messaging.buffer.MessageBuffer.class
org.kaazing.gateway.service.messaging.buffer.MessageBufferEntry.class
org.kaazing.gateway.service.messaging.buffer.MessageBufferFactory.class
org.kaazing.gateway.service.messaging.buffer.MessageBufferListener.class
org.kaazing.gateway.service.messaging.collections.CollectionsFactory.class
org.kaazing.gateway.service.messaging.collections.MemoryCollectionsFactory.class
org.kaazing.gateway.service.util.ServiceUtils.class

Pom

gateway.service-5.0.1.28.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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.kaazing</groupId>
        <artifactId>gateway</artifactId>
        <version>5.0.1.28</version>
        <relativePath>../../pom.xml</relativePath>
    </parent>
    <artifactId>gateway.service</artifactId>
    <name>Gateway Service</name>
    <description>Core service abstraction that has a list of accepting and connecting endpoints that provide functionality like echoing, broadcasting etc.</description>

    <url>https://github.com/kaazing/gateway.service.git</url>
    <scm>
        <connection>scm:git:${project.scm.url}</connection>
        <developerConnection>scm:git:${project.scm.url}</developerConnection>
        <url>git@github.com:kaazing/gateway.service.git</url>
    </scm>

    <dependencies>
        <dependency>
            <groupId>org.kaazing</groupId>
            <artifactId>gateway.transport</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.hazelcast</groupId>
            <artifactId>hazelcast</artifactId>
        </dependency>

        <!-- test scope dependencies -->
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
        <dependency>
            <groupId>org.kaazing</groupId>
            <artifactId>test.util</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.kaazing</groupId>
   <artifactId>gateway.service</artifactId>
   <version>5.0.1.28</version>
</dependency>

Download

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



Download gateway.service-5.0.1.28.jar file




PreviousNext

Related