| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdorg.lockss | 
| ArtifactId | ArtifactIdlockss-junit5-bundle | 
| Last Version | Last Version1.5.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionlockss-junit5-bundle POM bundle for LOCKSS projects using JUnit 5 | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| lockss-junit5-bundle-1.5.0.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.lockss/lockss-junit5-bundle/ -->
<dependency>
    <groupId>org.lockss</groupId>
    <artifactId>lockss-junit5-bundle</artifactId>
    <version>1.5.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.lockss/lockss-junit5-bundle/
implementation 'org.lockss:lockss-junit5-bundle:1.5.0'// https://jarcasting.com/artifacts/org.lockss/lockss-junit5-bundle/
implementation ("org.lockss:lockss-junit5-bundle:1.5.0")'org.lockss:lockss-junit5-bundle:pom:1.5.0'<dependency org="org.lockss" name="lockss-junit5-bundle" rev="1.5.0">
  <artifact name="lockss-junit5-bundle" type="pom" />
</dependency>@Grapes(
@Grab(group='org.lockss', module='lockss-junit5-bundle', version='1.5.0')
)libraryDependencies += "org.lockss" % "lockss-junit5-bundle" % "1.5.0"[org.lockss/lockss-junit5-bundle "1.5.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 | 
| junit : junit | jar | 4.13.2 | 
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 | 
| org.hamcrest : hamcrest-library | jar | 1.3 |