Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.junit |
ArtifactId | ArtifactIdjunit-bom |
Version | Version5.5.2 |
Type | Typepom |
Filename | Size |
---|---|
junit-bom-5.5.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.junit/junit-bom/ -->
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.5.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.junit/junit-bom/
implementation 'org.junit:junit-bom:5.5.2'
// https://jarcasting.com/artifacts/org.junit/junit-bom/
implementation ("org.junit:junit-bom:5.5.2")
'org.junit:junit-bom:pom:5.5.2'
<dependency org="org.junit" name="junit-bom" rev="5.5.2">
<artifact name="junit-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.junit', module='junit-bom', version='5.5.2')
)
libraryDependencies += "org.junit" % "junit-bom" % "5.5.2"
[org.junit/junit-bom "5.5.2"]