<dependency> <groupId>com.github.sesygroup.choreography</groupId> <artifactId>choreography-specification</artifactId> <version>1.0.0</version> </dependency>
<dependency org="com.github.sesygroup.choreography" name="choreography-specification" rev="1.0.0"> <artifact name="choreography-specification" type="jar" /> </dependency>
@Grapes( @Grab(group='com.github.sesygroup.choreography', module='choreography-specification', version='1.0.0') )