Skip to content

Instantly share code, notes, and snippets.

@BenjaminKlatt
Last active February 28, 2022 08:10
Show Gist options
  • Save BenjaminKlatt/6c79916c8c9a0737e9cbf2e5bf1979e1 to your computer and use it in GitHub Desktop.
Save BenjaminKlatt/6c79916c8c9a0737e9cbf2e5bf1979e1 to your computer and use it in GitHub Desktop.
ArchUnit Maven Integration
<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