| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.sli4j |
| ArtifactId | ArtifactIdsli4j-testfw |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionslf4j Test framework
Test framework for sli4j modules test
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sli4j-testfw-2.0.pom | |
| sli4j-testfw-2.0.jar | 10 KB |
| sli4j-testfw-2.0-sources.jar | 8 KB |
| sli4j-testfw-2.0-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.sli4j/sli4j-testfw/ -->
<dependency>
<groupId>com.googlecode.sli4j</groupId>
<artifactId>sli4j-testfw</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.sli4j/sli4j-testfw/
implementation 'com.googlecode.sli4j:sli4j-testfw:2.0'
// https://jarcasting.com/artifacts/com.googlecode.sli4j/sli4j-testfw/
implementation ("com.googlecode.sli4j:sli4j-testfw:2.0")
'com.googlecode.sli4j:sli4j-testfw:jar:2.0'
<dependency org="com.googlecode.sli4j" name="sli4j-testfw" rev="2.0">
<artifact name="sli4j-testfw" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.sli4j', module='sli4j-testfw', version='2.0')
)
libraryDependencies += "com.googlecode.sli4j" % "sli4j-testfw" % "2.0"
[com.googlecode.sli4j/sli4j-testfw "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | 2.0 |
| com.googlecode.sli4j : sli4j-core | jar | 2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 5.10 |