Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.finmath |
ArtifactId | ArtifactIdfinmath-smart-derivative-contract |
Version | Version0.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.finmath/finmath-smart-derivative-contract/ -->
<dependency>
<groupId>net.finmath</groupId>
<artifactId>finmath-smart-derivative-contract</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.finmath/finmath-smart-derivative-contract/
implementation 'net.finmath:finmath-smart-derivative-contract:0.1.2'
// https://jarcasting.com/artifacts/net.finmath/finmath-smart-derivative-contract/
implementation ("net.finmath:finmath-smart-derivative-contract:0.1.2")
'net.finmath:finmath-smart-derivative-contract:jar:0.1.2'
<dependency org="net.finmath" name="finmath-smart-derivative-contract" rev="0.1.2">
<artifact name="finmath-smart-derivative-contract" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.finmath', module='finmath-smart-derivative-contract', version='0.1.2')
)
libraryDependencies += "net.finmath" % "finmath-smart-derivative-contract" % "0.1.2"
[net.finmath/finmath-smart-derivative-contract "0.1.2"]