jdash.jdash-common.5.1.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdash-common Show documentation
Show all versions of jdash-common Show documentation
Common types and utilities when dealing with Geometry Dash data
The newest version!
module jdash.common {
requires jsr305;
exports jdash.common;
exports jdash.common.entity;
exports jdash.common.internal to jdash.client, jdash.events, jdash.graphics;
}