<dependency> <groupId>net.finmath</groupId> <artifactId>finmath-lib-kotlin</artifactId> <version>5.0.5</version> </dependency>
'net.finmath:finmath-lib-kotlin:jar:5.0.5'
<dependency org="net.finmath" name="finmath-lib-kotlin" rev="5.0.5"> <artifact name="finmath-lib-kotlin" type="jar" /> </dependency>
@Grapes( @Grab(group='net.finmath', module='finmath-lib-kotlin', version='5.0.5') )
compile 'net.finmath:finmath-lib-kotlin:5.0.5'
libraryDependencies += "net.finmath" % "finmath-lib-kotlin" % "5.0.5"
[net.finmath/finmath-lib-kotlin "5.0.5"]