| Categories |
CategoriesParity Business Logic Libraries Financial |
|---|---|
| GroupId | GroupIdorg.exparity |
| ArtifactId | ArtifactIdexpectamundo |
| Version | Version0.9.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| expectamundo-0.9.3.pom | |
| expectamundo-0.9.3.jar | 37 KB |
| expectamundo-0.9.3-sources.jar | 21 KB |
| expectamundo-0.9.3-javadoc.jar | 199 KB |
| Browse |
<!-- 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"]