<dependency> <groupId>com.github.w4l33n</groupId> <artifactId>projetdevops</artifactId> <version>1.0-SNAPSHOT</version> </dependency>
<dependency org="com.github.w4l33n" name="projetdevops" rev="1.0-SNAPSHOT"> <artifact name="projetdevops" type="jar" /> </dependency>
@Grapes( @Grab(group='com.github.w4l33n', module='projetdevops', version='1.0-SNAPSHOT') )
implementation 'com.github.w4l33n:projetdevops:1.0-SNAPSHOT'
libraryDependencies += "com.github.w4l33n" % "projetdevops" % "1.0-SNAPSHOT"
[com.github.w4l33n/projetdevops "1.0-SNAPSHOT"]