is not current version
Last Version 0.9.20

org.exparity:expectamundo 0.9.15

A Java library for create a prototype object with expected values and verifying the actual object has matching values

Categories

Categories

Parity Business Logic Libraries Financial
GroupId

GroupId

org.exparity
ArtifactId

ArtifactId

expectamundo
Version

Version

0.9.15
Type

Type

jar

Download expectamundo 0.9.15


<!-- https://jarcasting.com/artifacts/org.exparity/expectamundo/ -->
<dependency>
    <groupId>org.exparity</groupId>
    <artifactId>expectamundo</artifactId>
    <version>0.9.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.exparity/expectamundo/
implementation 'org.exparity:expectamundo:0.9.15'
// https://jarcasting.com/artifacts/org.exparity/expectamundo/
implementation ("org.exparity:expectamundo:0.9.15")
'org.exparity:expectamundo:jar:0.9.15'
<dependency org="org.exparity" name="expectamundo" rev="0.9.15">
  <artifact name="expectamundo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exparity', module='expectamundo', version='0.9.15')
)
libraryDependencies += "org.exparity" % "expectamundo" % "0.9.15"
[org.exparity/expectamundo "0.9.15"]