Categories |
CategoriesParity Business Logic Libraries Financial |
---|---|
GroupId | GroupIdorg.exparity |
ArtifactId | ArtifactIdexpectamundo |
Version | Version0.9.17 |
Type | Typejar |
Filename | Size |
---|---|
expectamundo-0.9.17.pom | |
expectamundo-0.9.17.jar | 56 KB |
expectamundo-0.9.17-sources.jar | 34 KB |
expectamundo-0.9.17-javadoc.jar | 317 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.exparity/expectamundo/ -->
<dependency>
<groupId>org.exparity</groupId>
<artifactId>expectamundo</artifactId>
<version>0.9.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.exparity/expectamundo/
implementation 'org.exparity:expectamundo:0.9.17'
// https://jarcasting.com/artifacts/org.exparity/expectamundo/
implementation ("org.exparity:expectamundo:0.9.17")
'org.exparity:expectamundo:jar:0.9.17'
<dependency org="org.exparity" name="expectamundo" rev="0.9.17">
<artifact name="expectamundo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exparity', module='expectamundo', version='0.9.17')
)
libraryDependencies += "org.exparity" % "expectamundo" % "0.9.17"
[org.exparity/expectamundo "0.9.17"]