Latest Releases

Grab the latest artifacts directly from Maven Central.

Myra Codec

codec-runtime

0.1.0

Runtime library for Myra codec with memory utilities.

express.mvp.myra Maven Central

Myra Transport

myra-transport

0.1.0

High-performance io_uring transport for Java FFM.

express.mvp.myra.transport Maven Central

Packages

Detailed artifacts and Maven coordinates for each module.

Library

Roray FFM Utils

High-performance memory toolkit for Java's Foreign Function and Memory API.

Group express.mvp
Latest 0.1.0
Maven Central

Artifacts

roray-ffm

Latest 0.1.0

High-performance memory toolkit for Java's FFM API.

Maven coordinates
groupId: express.mvp
artifactId: roray-ffm
version: 0.1.0
implementation("express.mvp:roray-ffm:0.1.0")
<dependency>
  <groupId>express.mvp</groupId>
  <artifactId>roray-ffm</artifactId>
  <version>0.1.0</version>
</dependency>

Codec

Myra Codec

Schema-driven serialization with zero-copy flyweights and code generation.

Group express.mvp.myra
Latest 0.1.0
Maven Central

Artifacts

codec-runtime

Latest 0.1.0

Runtime library for the Myra codec framework with memory utilities.

Maven coordinates
groupId: express.mvp.myra
artifactId: codec-runtime
version: 0.1.0
implementation("express.mvp.myra:codec-runtime:0.1.0")
<dependency>
  <groupId>express.mvp.myra</groupId>
  <artifactId>codec-runtime</artifactId>
  <version>0.1.0</version>
</dependency>

codec-schema-core

Latest 0.1.0

Core schema definitions for the Myra codec framework.

Maven coordinates
groupId: express.mvp.myra
artifactId: codec-schema-core
version: 0.1.0
implementation("express.mvp.myra:codec-schema-core:0.1.0")
<dependency>
  <groupId>express.mvp.myra</groupId>
  <artifactId>codec-schema-core</artifactId>
  <version>0.1.0</version>
</dependency>

codec-codegen

Latest 0.1.0

Code generation tool for the Myra codec framework.

Maven coordinates
groupId: express.mvp.myra
artifactId: codec-codegen
version: 0.1.0
implementation("express.mvp.myra:codec-codegen:0.1.0")
<dependency>
  <groupId>express.mvp.myra</groupId>
  <artifactId>codec-codegen</artifactId>
  <version>0.1.0</version>
</dependency>

Transport

Myra Transport

io_uring based transport stack for low-latency services.

Group express.mvp.myra.transport
Latest 0.1.0
Maven Central

Artifacts

myra-transport

Latest 0.1.0

High-performance io_uring based transport for Java FFM.

Maven coordinates
groupId: express.mvp.myra.transport
artifactId: myra-transport
version: 0.1.0
implementation("express.mvp.myra.transport:myra-transport:0.1.0")
<dependency>
  <groupId>express.mvp.myra.transport</groupId>
  <artifactId>myra-transport</artifactId>
  <version>0.1.0</version>
</dependency>

myra-transport-server

Latest 0.1.0

Server runtime for Myra Transport with io_uring support.

Maven coordinates
groupId: express.mvp.myra.transport
artifactId: myra-transport-server
version: 0.1.0
implementation("express.mvp.myra.transport:myra-transport-server:0.1.0")
<dependency>
  <groupId>express.mvp.myra.transport</groupId>
  <artifactId>myra-transport-server</artifactId>
  <version>0.1.0</version>
</dependency>