449
449
< div id ="header ">
450
450
< h1 > ArchUnit User Guide</ h1 >
451
451
< div class ="details ">
452
- < span id ="revnumber "> version 0.14.0 </ span >
452
+ < span id ="revnumber "> version 0.14.1 </ span >
453
453
</ div >
454
454
< div id ="toc " class ="toc2 ">
455
455
< div id ="toctitle "> Table of Contents</ div >
@@ -614,7 +614,7 @@ <h3 id="_junit_4"><a class="anchor" href="#_junit_4"></a>2.1. JUnit 4</h3>
614
614
< pre class ="highlightjs highlight nowrap "> < code data-lang ="xml " class ="language-xml hljs "> <dependency>
615
615
<groupId>com.tngtech.archunit</groupId>
616
616
<artifactId>archunit-junit4</artifactId>
617
- <version>0.14.0 </version>
617
+ <version>0.14.1 </version>
618
618
<scope>test</scope>
619
619
</dependency></ code > </ pre >
620
620
</ div >
@@ -623,7 +623,7 @@ <h3 id="_junit_4"><a class="anchor" href="#_junit_4"></a>2.1. JUnit 4</h3>
623
623
< div class ="title "> build.gradle</ div >
624
624
< div class ="content ">
625
625
< pre class ="highlightjs highlight nowrap "> < code class ="language-none hljs "> dependencies {
626
- testImplementation 'com.tngtech.archunit:archunit-junit4:0.14.0 '
626
+ testImplementation 'com.tngtech.archunit:archunit-junit4:0.14.1 '
627
627
}</ code > </ pre >
628
628
</ div >
629
629
</ div >
@@ -644,7 +644,7 @@ <h3 id="_junit_5"><a class="anchor" href="#_junit_5"></a>2.2. JUnit 5</h3>
644
644
< pre class ="highlightjs highlight nowrap "> < code data-lang ="xml " class ="language-xml hljs "> <dependency>
645
645
<groupId>com.tngtech.archunit</groupId>
646
646
<artifactId>archunit-junit5</artifactId>
647
- <version>0.14.0 </version>
647
+ <version>0.14.1 </version>
648
648
<scope>test</scope>
649
649
</dependency></ code > </ pre >
650
650
</ div >
@@ -653,7 +653,7 @@ <h3 id="_junit_5"><a class="anchor" href="#_junit_5"></a>2.2. JUnit 5</h3>
653
653
< div class ="title "> build.gradle</ div >
654
654
< div class ="content ">
655
655
< pre class ="highlightjs highlight nowrap "> < code class ="language-none hljs "> dependencies {
656
- testImplementation 'com.tngtech.archunit:archunit-junit5:0.14.0 '
656
+ testImplementation 'com.tngtech.archunit:archunit-junit5:0.14.1 '
657
657
}</ code > </ pre >
658
658
</ div >
659
659
</ div >
@@ -670,7 +670,7 @@ <h3 id="_other_test_frameworks"><a class="anchor" href="#_other_test_frameworks"
670
670
< pre class ="highlightjs highlight nowrap "> < code data-lang ="xml " class ="language-xml hljs "> <dependency>
671
671
<groupId>com.tngtech.archunit</groupId>
672
672
<artifactId>archunit</artifactId>
673
- <version>0.14.0 </version>
673
+ <version>0.14.1 </version>
674
674
<scope>test</scope>
675
675
</dependency></ code > </ pre >
676
676
</ div >
@@ -679,7 +679,7 @@ <h3 id="_other_test_frameworks"><a class="anchor" href="#_other_test_frameworks"
679
679
< div class ="title "> build.gradle</ div >
680
680
< div class ="content ">
681
681
< pre class ="highlightjs highlight nowrap "> < code class ="language-none hljs "> dependencies {
682
- testImplementation 'com.tngtech.archunit:archunit:0.14.0 '
682
+ testImplementation 'com.tngtech.archunit:archunit:0.14.1 '
683
683
}</ code > </ pre >
684
684
</ div >
685
685
</ div >
0 commit comments