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

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

There is a newer version: 5.2.2
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 org.bitbucket.cowwoc.requirements.guava
{
	requires transitive com.google.common;
	requires transitive org.bitbucket.cowwoc.requirements.java;
	requires org.slf4j;

	exports org.bitbucket.cowwoc.requirements.guava;

	exports org.bitbucket.cowwoc.requirements.guava.internal.secrets to org.bitbucket.cowwoc.requirements.test;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy