Last active
February 28, 2022 08:10
-
-
Save BenjaminKlatt/6c79916c8c9a0737e9cbf2e5bf1979e1 to your computer and use it in GitHub Desktop.
ArchUnit Maven Integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dependency> | |
<groupId>com.tngtech.archunit</groupId> | |
<artifactId>archunit-junit5</artifactId> | |
<version>0.23.1</version> | |
<scope>test</scope> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment