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

wwoc.requirements.guava.6.0.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 9.0.0
Show newest version
/*
 * 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 com.github.cowwoc.requirements.guava
{
	requires transitive com.google.common;
	requires transitive com.github.cowwoc.requirements.java;
	requires org.slf4j;

	exports com.github.cowwoc.requirements.guava;

	exports com.github.cowwoc.requirements.guava.internal.secrets to com.github.cowwoc.requirements.test;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy