Dependency Information

Apache Maven

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

Apache Ivy

<dependency org="net.finmath" name="finmath-decryption-oracle-encrypted-hashed-execution" rev="2.5.6-SNAPSHOT">
  <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='2.5.6-SNAPSHOT')
)

Gradle/Grails

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

Scala SBT

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

Leiningen

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