All Downloads are FREE. Search and download functionalities are using the official Maven repository.

x320.kiwi.0.16.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
module kiwi {
	requires transitive net.bytebuddy;

	exports com.github.tix320.kiwi.api.util;
	exports com.github.tix320.kiwi.api.util.collection;
	exports com.github.tix320.kiwi.api.check;
	exports com.github.tix320.kiwi.api.function;
	exports com.github.tix320.kiwi.api.proxy;
	exports com.github.tix320.kiwi.api.reactive;
	exports com.github.tix320.kiwi.api.reactive.observable;
	exports com.github.tix320.kiwi.api.reactive.publisher;
	exports com.github.tix320.kiwi.api.reactive.common.item;
	exports com.github.tix320.kiwi.api.reactive.property;
	exports com.github.tix320.kiwi.api.reactive.stock;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy