📦 JWebMP Bill of Materials (BOM)
Centralizes compatible dependency versions for all JWebMP modules and plugins.
Import this BOM to avoid hardcoding versions for JWebMP artifacts.
<dependencyManagement >
<dependencies >
<dependency >
<groupId >com.jwebmp</groupId >
<artifactId >jwebmp-bom</artifactId >
<version >${jwebmp.version}</version >
<type >pom</type >
<scope >import</scope >
</dependency >
</dependencies >
</dependencyManagement >
Then declare dependencies without versions:
<dependency >
<groupId >com.jwebmp.core</groupId >
<artifactId >jwebmp-core</artifactId >
</dependency >
GroupId
ArtifactId
Description
com.jwebmp.client
jwebmp-client
Client library for JWebMP
com.jwebmp.core
jwebmp-core
Core component model
com.jwebmp.core
jwebmp-testlib
Testing utilities
GroupId
ArtifactId
Description
com.jwebmp
jwebmp-vertx
Vert.x connector
com.jwebmp
jwebmp-rabbitmq
RabbitMQ connector
GroupId
ArtifactId
Description
com.jwebmp.plugins
angular
Angular 20 TypeScript integration
com.jwebmp.plugins
angular-maven-plugin
Maven plugin for Angular build pipeline
com.jwebmp.plugins
typescript-client
TypeScript client annotations
GroupId
ArtifactId
Description
com.jwebmp.plugins
web-awesome
Web Awesome components
com.jwebmp.plugins
web-awesome-pro
Web Awesome Pro components
GroupId
ArtifactId
Description
com.jwebmp.plugins
aggrid
AG Grid (community)
com.jwebmp.plugins
aggrid-enterprise
AG Grid (enterprise)
GroupId
ArtifactId
Description
com.jwebmp.plugins
agcharts
AG Charts (community)
com.jwebmp.plugins
agcharts-enterprise
AG Charts (enterprise)
com.jwebmp.plugins
chartjs
Chart.js integration
GroupId
ArtifactId
Description
com.jwebmp.plugins
full-calendar
FullCalendar (community)
com.jwebmp.plugins
full-calendar-pro
FullCalendar (pro)
GroupId
ArtifactId
Description
com.jwebmp.plugins
font-awesome
Font Awesome 5
com.jwebmp.plugins
font-awesome-pro
Font Awesome 5 Pro
GroupId
ArtifactId
Description
com.jwebmp.plugins
easing-effects
Easing effects
📝 License & Contributions
License: Apache 2.0
Issues/PRs welcome; keep docs aligned with BOM changes.