...
The X Platform 3.4.2 Release is comprised of the following components:
- Talon 3.4.381 383 (The core X runtime) - [Release Notes] [javadoc]
- Native Runtime 3.4.24
- Perf 3.4.381383
- Samples 3.4.381383
- Hornet 1.4.2 (Topic Oriented Application Framework) - [Release Notes] [javadoc]
- Eagle 2.0.2 (Service Framework) [Release Notes]
- Robin 2.1.2 (Deployment Orchestration) - [Release Notes]
...
If you are a Maven user, see the section below for maven dependency information.
- Talon Distributions [Linux x86-64] [Win x86-64] [OSX x86-64]
- Hornet [jar]
- Robin Distributions [Linux x86-64] [Win x86-64] [OSX x86-64]
- Robin Jar [jar]
...
Tip |
---|
If access to our repositories is blocked by a firewall execute the following steps to install the X jars in your Maven repository Installing X Jars into your Local Maven Repository
Deploying X jars into your Remote Maven Repository
|
...
Code Block |
---|
<dependency> <groupId>com.neeve</groupId> <artifactId>nvx-talon-all</artifactId> <version>3.4.381<383</version> </dependency> |
Linux Native Libraries
...
Code Block |
---|
<dependency> <groupId>com.neeve</groupId> <artifactId>nvx-solace</artifactId> <version>3.4.381<383</version> </dependency> |
JMS Binding
...
Code Block |
---|
<dependency> <groupId>com.neeve</groupId> <artifactId>nvx-jms</artifactId> <version>3.4.381<383</version> </dependency> |
Core X (Deprecated)
...
Code Block |
---|
<dependency> <groupId>com.neeve</groupId> <artifactId>nvx-core-all</artifactId> <version>3.4.381<383</version> </dependency> |
HORNET
...