Dependency Information

Apache Maven

<dependency>
  <groupId>net.finmath</groupId>
  <artifactId>finmath-decryption-oracle-encrypted-hashed-execution</artifactId>
  <version>4.0.1</version>
</dependency>

Apache Ivy

<dependency org="net.finmath" name="finmath-decryption-oracle-encrypted-hashed-execution" rev="4.0.1">
  <artifact name="finmath-decryption-oracle-encrypted-hashed-execution" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.finmath', module='finmath-decryption-oracle-encrypted-hashed-execution', version='4.0.1')
)

Gradle/Grails

compile 'net.finmath:finmath-decryption-oracle-encrypted-hashed-execution:4.0.1'

Scala SBT

libraryDependencies += "net.finmath" % "finmath-decryption-oracle-encrypted-hashed-execution" % "4.0.1"

Leiningen

[net.finmath/finmath-decryption-oracle-encrypted-hashed-execution "4.0.1"]