Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.lockss |
ArtifactId | ArtifactIdlockss-junit4-bundle |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
lockss-junit4-bundle-1.1.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lockss/lockss-junit4-bundle/ -->
<dependency>
<groupId>org.lockss</groupId>
<artifactId>lockss-junit4-bundle</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.lockss/lockss-junit4-bundle/
implementation 'org.lockss:lockss-junit4-bundle:1.1.0'
// https://jarcasting.com/artifacts/org.lockss/lockss-junit4-bundle/
implementation ("org.lockss:lockss-junit4-bundle:1.1.0")
'org.lockss:lockss-junit4-bundle:pom:1.1.0'
<dependency org="org.lockss" name="lockss-junit4-bundle" rev="1.1.0">
<artifact name="lockss-junit4-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.lockss', module='lockss-junit4-bundle', version='1.1.0')
)
libraryDependencies += "org.lockss" % "lockss-junit4-bundle" % "1.1.0"
[org.lockss/lockss-junit4-bundle "1.1.0"]