<dependency> <groupId>biz.onixs.fix-engine.samples</groupId> <artifactId>throttling</artifactId> <version>2.14.1</version> </dependency>
'biz.onixs.fix-engine.samples:throttling:jar:2.14.1'
<dependency org="biz.onixs.fix-engine.samples" name="throttling" rev="2.14.1"> <artifact name="throttling" type="jar" /> </dependency>
@Grapes( @Grab(group='biz.onixs.fix-engine.samples', module='throttling', version='2.14.1') )
compile 'biz.onixs.fix-engine.samples:throttling:2.14.1'
libraryDependencies += "biz.onixs.fix-engine.samples" % "throttling" % "2.14.1"
[biz.onixs.fix-engine.samples/throttling "2.14.1"]