License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.lockss |
ArtifactId | ArtifactIdlockss-junit4-bundle |
Version | Version1.3.0 |
Type | Typepom |
Description |
Descriptionlockss-junit4-bundle
POM bundle for LOCKSS projects using JUnit 4
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
lockss-junit4-bundle-1.3.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.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.lockss/lockss-junit4-bundle/
implementation 'org.lockss:lockss-junit4-bundle:1.3.0'
// https://jarcasting.com/artifacts/org.lockss/lockss-junit4-bundle/
implementation ("org.lockss:lockss-junit4-bundle:1.3.0")
'org.lockss:lockss-junit4-bundle:pom:1.3.0'
<dependency org="org.lockss" name="lockss-junit4-bundle" rev="1.3.0">
<artifact name="lockss-junit4-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.lockss', module='lockss-junit4-bundle', version='1.3.0')
)
libraryDependencies += "org.lockss" % "lockss-junit4-bundle" % "1.3.0"
[org.lockss/lockss-junit4-bundle "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |