org.hamcrest.library.deprecated.HamcrestLibraryIsDeprecated Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hamcrest-library Show documentation
Show all versions of hamcrest-library Show documentation
A library of Hamcrest matchers - deprecated, please use "hamcrest" instead
package org.hamcrest.library.deprecated;
/**
* All the classes in hamcrest-library.jar
have moved to
* hamcrest.jar
. Please use that dependency instead.
*/
@Deprecated
class HamcrestLibraryIsDeprecated {
}