License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.auxtestlib |
ArtifactId | ArtifactIdauxtestlib |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAuxTestLib
Library with auxiliary classes for unit tests.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
auxtestlib-1.4.pom | |
auxtestlib-1.4.jar | 54 KB |
auxtestlib-1.4-tests.jar | 3 KB |
auxtestlib-1.4-sources.jar | 32 KB |
auxtestlib-1.4-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.auxtestlib/auxtestlib/ -->
<dependency>
<groupId>net.sf.auxtestlib</groupId>
<artifactId>auxtestlib</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.auxtestlib/auxtestlib/
implementation 'net.sf.auxtestlib:auxtestlib:1.4'
// https://jarcasting.com/artifacts/net.sf.auxtestlib/auxtestlib/
implementation ("net.sf.auxtestlib:auxtestlib:1.4")
'net.sf.auxtestlib:auxtestlib:jar:1.4'
<dependency org="net.sf.auxtestlib" name="auxtestlib" rev="1.4">
<artifact name="auxtestlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.auxtestlib', module='auxtestlib', version='1.4')
)
libraryDependencies += "net.sf.auxtestlib" % "auxtestlib" % "1.4"
[net.sf.auxtestlib/auxtestlib "1.4"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
junit : junit | jar | 4.4 |
commons-lang : commons-lang | jar | 2.5 |