
.cowwoc.requirements.natives.5.2.2.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 natives Show documentation
Show all versions of natives Show documentation
Native component of the Requirements API.
The newest version!
/*
* Copyright 2017 Gili Tzabari.
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
*/
/**
* Optional features that require access to native libraries, such as the use of ANSI colors.
*/
module org.bitbucket.cowwoc.requirements.natives
{
requires org.bitbucket.cowwoc.pouch;
exports org.bitbucket.cowwoc.requirements.natives.internal.util to org.bitbucket.cowwoc.requirements.java,
org.bitbucket.cowwoc.requirements.maven_plugin, org.bitbucket.cowwoc.requirements.test;
exports org.bitbucket.cowwoc.requirements.natives.internal.terminal to
org.bitbucket.cowwoc.requirements.java, org.bitbucket.cowwoc.requirements.test;
exports org.bitbucket.cowwoc.requirements.natives.terminal;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy