<dependency> <groupId>com.aurea.maven.plugins</groupId> <artifactId>sonicesb-maven-plugin</artifactId> <version>12.0.5-SNAPSHOT</version> <type>maven-plugin</type> </dependency>
<dependency org="com.aurea.maven.plugins" name="sonicesb-maven-plugin" rev="12.0.5-SNAPSHOT"> <artifact name="sonicesb-maven-plugin" type="maven-plugin" /> </dependency>
@Grapes( @Grab(group='com.aurea.maven.plugins', module='sonicesb-maven-plugin', version='12.0.5-SNAPSHOT') )
implementation 'com.aurea.maven.plugins:sonicesb-maven-plugin:12.0.5-SNAPSHOT'
libraryDependencies += "com.aurea.maven.plugins" % "sonicesb-maven-plugin" % "12.0.5-SNAPSHOT"
[com.aurea.maven.plugins/sonicesb-maven-plugin "12.0.5-SNAPSHOT"]