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
13
//! Multi-language support for JVM languages

pub mod java;
pub mod kotlin;
pub mod scala;
pub mod groovy;
pub mod detector;

pub use java::*;
pub use kotlin::*;
pub use scala::*;
pub use groovy::*;
pub use detector::*;