Kaazing Net Utilities

Network utility that extends java.net, including URL

License

License

Categories

Categories

Net
GroupId

GroupId

org.kaazing
ArtifactId

ArtifactId

kaaz-net.parent
Last Version

Last Version

0.0.0.3
Release Date

Release Date

Type

Type

pom
Description

Description

Kaazing Net Utilities
Network utility that extends java.net, including URL
Project URL

Project URL

https://github.com/kaazing/kaaz-net
Source Code Management

Source Code Management

https://github.com/kaazing/kaaz-net

Download kaaz-net.parent

How to add to project

<!-- https://jarcasting.com/artifacts/org.kaazing/kaaz-net.parent/ -->
<dependency>
    <groupId>org.kaazing</groupId>
    <artifactId>kaaz-net.parent</artifactId>
    <version>0.0.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kaazing/kaaz-net.parent/
implementation 'org.kaazing:kaaz-net.parent:0.0.0.3'
// https://jarcasting.com/artifacts/org.kaazing/kaaz-net.parent/
implementation ("org.kaazing:kaaz-net.parent:0.0.0.3")
'org.kaazing:kaaz-net.parent:pom:0.0.0.3'
<dependency org="org.kaazing" name="kaaz-net.parent" rev="0.0.0.3">
  <artifact name="kaaz-net.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kaazing', module='kaaz-net.parent', version='0.0.0.3')
)
libraryDependencies += "org.kaazing" % "kaaz-net.parent" % "0.0.0.3"
[org.kaazing/kaaz-net.parent "0.0.0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api
  • data

#netx

Gitter Build Status

netx contains Java-based implementations and extensions for TCP, HTTP, and WebSocket protocols:

Using the following maven dependency, developers can include netx.ws to develop and run web applications:

<dependency>
    <groupId>org.kaazing</groupId>
    <artifactId>netx</artifactId>
    <version>[0.1,1.0)</version>
</dependency>

Building this Project

Minimum requirements for building the project

  • Java SE Development Kit (JDK) 7 or higher
  • maven 3.0.5 or higher

Steps for building this project

  1. Clone the repo: git clone https://github.com/kaazing/netx.git
  2. Go to the cloned directory: cd netx
  3. Build the project: mvn clean install

Target JVM Version - Java SE 1.6

netx is compiled using -target=1.6 in order that the generated classes can be used to develop both desktop and mobile (Android) apps using the same jars.

org.kaazing

Tenefit

[aw-suhm]

Versions

Version
0.0.0.3