License |
License |
---|---|
GroupId | GroupIdcom.oneeyedmen |
ArtifactId | ArtifactIdk-sera |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionk-sera
A Kotlin Wrapper for JMock
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
k-sera-1.0.0.pom | |
k-sera-1.0.0.jar | 20 KB |
k-sera-1.0.0-sources.jar | 4 KB |
k-sera-1.0.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oneeyedmen/k-sera/ -->
<dependency>
<groupId>com.oneeyedmen</groupId>
<artifactId>k-sera</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.oneeyedmen/k-sera/
implementation 'com.oneeyedmen:k-sera:1.0.0'
// https://jarcasting.com/artifacts/com.oneeyedmen/k-sera/
implementation ("com.oneeyedmen:k-sera:1.0.0")
'com.oneeyedmen:k-sera:jar:1.0.0'
<dependency org="com.oneeyedmen" name="k-sera" rev="1.0.0">
<artifact name="k-sera" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oneeyedmen', module='k-sera', version='1.0.0')
)
libraryDependencies += "com.oneeyedmen" % "k-sera" % "1.0.0"
[com.oneeyedmen/k-sera "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.5 |
com.natpryce : hamkrest | jar | 1.2.3.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.5 |