is not current version
Last Version 1.5.0

org.lockss:lockss-junit5-bundle 1.2.0

POM bundle for LOCKSS projects using JUnit 5

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.lockss
ArtifactId

ArtifactId

lockss-junit5-bundle
Version

Version

1.2.0
Type

Type

pom

Download lockss-junit5-bundle 1.2.0


<!-- https://jarcasting.com/artifacts/org.lockss/lockss-junit5-bundle/ -->
<dependency>
    <groupId>org.lockss</groupId>
    <artifactId>lockss-junit5-bundle</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.lockss/lockss-junit5-bundle/
implementation 'org.lockss:lockss-junit5-bundle:1.2.0'
// https://jarcasting.com/artifacts/org.lockss/lockss-junit5-bundle/
implementation ("org.lockss:lockss-junit5-bundle:1.2.0")
'org.lockss:lockss-junit5-bundle:pom:1.2.0'
<dependency org="org.lockss" name="lockss-junit5-bundle" rev="1.2.0">
  <artifact name="lockss-junit5-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.lockss', module='lockss-junit5-bundle', version='1.2.0')
)
libraryDependencies += "org.lockss" % "lockss-junit5-bundle" % "1.2.0"
[org.lockss/lockss-junit5-bundle "1.2.0"]