jbuild 0.1.8

High-performance Java build tool supporting Maven and Gradle
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Maven bounded context
//!
//! Responsible for Maven-specific build system implementation.
//! Contains Maven domain models, services, and business logic.

pub mod aggregates;
pub mod services;
pub mod value_objects;

pub use aggregates::*;
pub use services::*;
pub use value_objects::*;