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