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