Virtual Services TCP/IP

Virtual Services TCP/IP, or VServ TCP/IP for short, is a Java library that enables you to easily manipulate IP and TCP packets.

License

License

GroupId

GroupId

com.github.mlaccetti
ArtifactId

ArtifactId

vserv-tcpip
Last Version

Last Version

0.9.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Virtual Services TCP/IP
Virtual Services TCP/IP, or VServ TCP/IP for short, is a Java library that enables you to easily manipulate IP and TCP packets.
Project URL

Project URL

https://github.com/mlaccetti/vserv-tcpip
Source Code Management

Source Code Management

https://github.com/mlaccetti/JavaPNS

Download vserv-tcpip

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mlaccetti/vserv-tcpip/ -->
<dependency>
    <groupId>com.github.mlaccetti</groupId>
    <artifactId>vserv-tcpip</artifactId>
    <version>0.9.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mlaccetti/vserv-tcpip/
implementation 'com.github.mlaccetti:vserv-tcpip:0.9.2.1'
// https://jarcasting.com/artifacts/com.github.mlaccetti/vserv-tcpip/
implementation ("com.github.mlaccetti:vserv-tcpip:0.9.2.1")
'com.github.mlaccetti:vserv-tcpip:jar:0.9.2.1'
<dependency org="com.github.mlaccetti" name="vserv-tcpip" rev="0.9.2.1">
  <artifact name="vserv-tcpip" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mlaccetti', module='vserv-tcpip', version='0.9.2.1')
)
libraryDependencies += "com.github.mlaccetti" % "vserv-tcpip" % "0.9.2.1"
[com.github.mlaccetti/vserv-tcpip "0.9.2.1"]

Dependencies

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

Project Modules

There are no modules declared in this project.

JavaPNS

Build Status Coverage Status Code Climate

Apple Push Notification Service Provider for Java

Fork of JavaPNS to include Maven support - http://code.google.com/p/javapns/

Java 1.8+ compatible

Updates

Version 2.3.2 released!

2.3.2 Changes

  • 1.8 tweaks
  • General cleanup and overhaul

2.3.1 Changes

  • PushNotificationBigPayload complex and fromJson methods fixed
  • Fix to make trust store work on IBM JVM

2.3 Changes

  • iOS>=8 bigger notification payload support (2KB)
  • iOS>=7 Silent push notifications support ("content-available":1)

Installation through Central Maven Repository

javapns is available on the Central Maven Repository. To use javapns-jdk16 in your project, please add the following dependency to your pom.xml file:

<dependency>
	<groupId>com.github.mlaccetti</groupId>
	<artifactId>javapns</artifactId>
	<version>2.3.2</version>
</dependency>

Cutting a Release

mvn -Drelease=true ...

Versions

Version
0.9.2.1