Amock has moved to K-Sera
| License |
License |
|---|---|
| GroupId | GroupIdcom.oneeyedmen |
| ArtifactId | ArtifactIdamock |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionamock
An Kotlin Wrapper for JMock
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| amock-1.0.0.pom | |
| amock-1.0.0.jar | 19 KB |
| amock-1.0.0-sources.jar | 3 KB |
| amock-1.0.0-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oneeyedmen/amock/ -->
<dependency>
<groupId>com.oneeyedmen</groupId>
<artifactId>amock</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.oneeyedmen/amock/
implementation 'com.oneeyedmen:amock:1.0.0'
// https://jarcasting.com/artifacts/com.oneeyedmen/amock/
implementation ("com.oneeyedmen:amock:1.0.0")
'com.oneeyedmen:amock:jar:1.0.0'
<dependency org="com.oneeyedmen" name="amock" rev="1.0.0">
<artifact name="amock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oneeyedmen', module='amock', version='1.0.0')
)
libraryDependencies += "com.oneeyedmen" % "amock" % "1.0.0"
[com.oneeyedmen/amock "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.4 |
| com.natpryce : hamkrest | jar | 1.2.2.0 |
| org.jmock : jmock | jar | 2.8.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jmock : jmock-junit4 | jar | 2.8.2 |
| org.jetbrains.kotlin : kotlin-test | jar | 1.0.4 |
Amock has moved to K-Sera