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

.cowwoc.requirements.guava.4.0.6-RC.source-code.module-info Maven / Gradle / Ivy

/*
 * Copyright 2017 Gili Tzabari.
 * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
 */
/**
 * Classes used to verify
 * preconditions,
 * postconditions and
 * invariants
 * of Guava types.
 */
module org.bitbucket.cowwoc.requirements.guava
{
	requires com.google.common;
	requires transitive org.bitbucket.cowwoc.requirements.java;

	exports org.bitbucket.cowwoc.requirements.guava;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy