| License |
License |
|---|---|
| GroupId | GroupIdcom.box20six |
| ArtifactId | ArtifactIdotasco |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionotasco
Initializes the class under test with it dependencies so that you do not have to declare setters just
for testing.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| otasco-1.0.0.pom | |
| otasco-1.0.0.jar | 10 KB |
| otasco-1.0.0-sources.jar | 4 KB |
| otasco-1.0.0-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.box20six/otasco/ -->
<dependency>
<groupId>com.box20six</groupId>
<artifactId>otasco</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.box20six/otasco/
implementation 'com.box20six:otasco:1.0.0'
// https://jarcasting.com/artifacts/com.box20six/otasco/
implementation ("com.box20six:otasco:1.0.0")
'com.box20six:otasco:jar:1.0.0'
<dependency org="com.box20six" name="otasco" rev="1.0.0">
<artifact name="otasco" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.box20six', module='otasco', version='1.0.0')
)
libraryDependencies += "com.box20six" % "otasco" % "1.0.0"
[com.box20six/otasco "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-beanutils : commons-beanutils | jar | 1.8.3 |
| org.functionaljava : functionaljava | jar | 3.0 |
| org.apache.commons : commons-lang3 | jar | 3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-all | jar | 1.9.0 |