Editions Mappers Use Cases Documentation Community Download Get Started →
Download

Get TwinMapper running in minutes

Add TwinMapper to your Maven or Gradle project. The Spring Boot starter and build plugin get you from zero to generated code in under five minutes.

Open Source · Apache 2.0

TwinMapper OSS

Full platform: Document Engine, Object Engine, all three format readers (YAML, JSON, BPMN), the five-stage code generation pipeline, and Spring Boot starter. Apache 2.0 licensed.

Requirements: Java 21+, Spring Framework 7.x / Spring Boot 4.x, Maven or Gradle.

1.0.0
Latest stable release
Installation Guide →
Quick Install

Maven or Gradle

Maven

<!-- Spring Boot Starter -->
<dependency>
  <groupId>net.sphuta.twinmapper</groupId>
  <artifactId>twinmapper-spring-boot-starter</artifactId>
</dependency>

<!-- Build Plugin -->
<plugin>
  <groupId>net.sphuta.twinmapper</groupId>
  <artifactId>twinmapper-maven-plugin</artifactId>
</plugin>

Gradle

// Spring Boot Starter
implementation 'net.sphuta.twinmapper:twinmapper-spring-boot-starter:1.0.0'

// Build Plugin
plugins {
  id 'net.sphuta.twinmapper' version '1.0.0'
}
Enterprise & Cloud

Need Enterprise or Cloud?

Enterprise edition includes HA clustering, SSO, full audit logging, air-gapped deployment, and dedicated support. Cloud edition provides fully managed, auto-scaling codegen with zero infrastructure.

Compare editions Contact sales