| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.komarro |
| ArtifactId | ArtifactIdkomarro |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionkomarro
A java test utility based on Mockito mocking capabilities that provides a way to define indirect inputs of a test
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| komarro-1.0.pom | |
| komarro-1.0.jar | 28 KB |
| komarro-1.0-sources.jar | 14 KB |
| komarro-1.0-javadoc.jar | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.komarro/komarro/ -->
<dependency>
<groupId>com.googlecode.komarro</groupId>
<artifactId>komarro</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.komarro/komarro/
implementation 'com.googlecode.komarro:komarro:1.0'
// https://jarcasting.com/artifacts/com.googlecode.komarro/komarro/
implementation ("com.googlecode.komarro:komarro:1.0")
'com.googlecode.komarro:komarro:jar:1.0'
<dependency org="com.googlecode.komarro" name="komarro" rev="1.0">
<artifact name="komarro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.komarro', module='komarro', version='1.0')
)
libraryDependencies += "com.googlecode.komarro" % "komarro" % "1.0"
[com.googlecode.komarro/komarro "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 1.9.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.0.1 |
| org.easytesting : fest-assert | jar | 1.4 |
| org.mockito : mockito-all | jar | 1.9.0 |
| javax.inject : javax.inject | jar | 1 |