License |
License |
---|---|
GroupId | GroupIdcom.roscopeco.moxy |
ArtifactId | ArtifactIdmoxy-annotations |
Version | Version0.94.0 |
Type | Typejar |
Description |
DescriptionAnnotation support for Moxy
Fluent API mocking/spying framework for Java.
|
Filename | Size |
---|---|
moxy-annotations-0.94.0.pom | |
moxy-annotations-0.94.0.jar | 5 KB |
moxy-annotations-0.94.0-sources.jar | 8 KB |
moxy-annotations-0.94.0-javadoc.jar | 421 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.roscopeco.moxy/moxy-annotations/ -->
<dependency>
<groupId>com.roscopeco.moxy</groupId>
<artifactId>moxy-annotations</artifactId>
<version>0.94.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.roscopeco.moxy/moxy-annotations/
implementation 'com.roscopeco.moxy:moxy-annotations:0.94.0'
// https://jarcasting.com/artifacts/com.roscopeco.moxy/moxy-annotations/
implementation ("com.roscopeco.moxy:moxy-annotations:0.94.0")
'com.roscopeco.moxy:moxy-annotations:jar:0.94.0'
<dependency org="com.roscopeco.moxy" name="moxy-annotations" rev="0.94.0">
<artifact name="moxy-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.roscopeco.moxy', module='moxy-annotations', version='0.94.0')
)
libraryDependencies += "com.roscopeco.moxy" % "moxy-annotations" % "0.94.0"
[com.roscopeco.moxy/moxy-annotations "0.94.0"]
Group / Artifact | Type | Version |
---|---|---|
com.roscopeco.moxy : moxy-core | jar | 0.94.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.1.1 |
org.junit.platform : junit-platform-runner | jar | 1.1.1 |
org.assertj : assertj-core | jar | 3.10.0 |
nl.jqno.equalsverifier : equalsverifier | jar | 3.1.9 |