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

com.google.gson.module-info Maven / Gradle / Ivy

Go to download

The Camunda BPMN engine + configurable support for GraalVM and support for CockroachDB.

The newest version!
module com.google.gson {
	exports com.google.gson;
	exports com.google.gson.annotations;
	exports com.google.gson.reflect;
	exports com.google.gson.stream;

	requires java.sql;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy