не последняя версия
Последняя версия 0.9.20

org.exparity:expectamundo 0.9.3

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

Категории

Категории

Parity Прикладные библиотеки Financial
Группа

Группа

org.exparity
Идентификатор

Идентификатор

expectamundo
Версия

Версия

0.9.3
Тип

Тип

jar

Скачать expectamundo 0.9.3


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