<dependency> <groupId>org.vx68k.netbeans.modules</groupId> <artifactId>bitbucket-plugin</artifactId> <version>1.0.7-SNAPSHOT</version> <type>nbm</type> </dependency>
<dependency org="org.vx68k.netbeans.modules" name="bitbucket-plugin" rev="1.0.7-SNAPSHOT"> <artifact name="bitbucket-plugin" type="nbm" /> </dependency>
@Grapes( @Grab(group='org.vx68k.netbeans.modules', module='bitbucket-plugin', version='1.0.7-SNAPSHOT') )