License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Auto Application Layer Libs Code Generators |
GroupId | GroupIdcom.lexicalscope.junit |
ArtifactId | ArtifactIdjunit-autocloseable |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionJUnit AutoCloseable Rule
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-autocloseable-1.0.pom | |
junit-autocloseable-1.0.jar | 4 KB |
junit-autocloseable-1.0-sources.jar | 1 KB |
junit-autocloseable-1.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lexicalscope.junit/junit-autocloseable/ -->
<dependency>
<groupId>com.lexicalscope.junit</groupId>
<artifactId>junit-autocloseable</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.junit/junit-autocloseable/
implementation 'com.lexicalscope.junit:junit-autocloseable:1.0'
// https://jarcasting.com/artifacts/com.lexicalscope.junit/junit-autocloseable/
implementation ("com.lexicalscope.junit:junit-autocloseable:1.0")
'com.lexicalscope.junit:junit-autocloseable:jar:1.0'
<dependency org="com.lexicalscope.junit" name="junit-autocloseable" rev="1.0">
<artifact name="junit-autocloseable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.junit', module='junit-autocloseable', version='1.0')
)
libraryDependencies += "com.lexicalscope.junit" % "junit-autocloseable" % "1.0"
[com.lexicalscope.junit/junit-autocloseable "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.jmock : jmock-junit4 | jar | 2.6.0 |