<dependency>
<groupId>br.com.ingenieux.maven.annomojo</groupId>
<artifactId>org.jfrog.maven.maven-plugin-anno-parent</artifactId>
<version>1.4.1</version>
</dependency>
implementation group: 'br.com.ingenieux.maven.annomojo', name: 'org.jfrog.maven.maven-plugin-anno-parent', version: '1.4.1'
implementation 'br.com.ingenieux.maven.annomojo:org.jfrog.maven.maven-plugin-anno-parent:1.4.1'
implementation("br.com.ingenieux.maven.annomojo:org.jfrog.maven.maven-plugin-anno-parent:1.4.1")
libraryDependencies += "br.com.ingenieux.maven.annomojo" % "org.jfrog.maven.maven-plugin-anno-parent" % "1.4.1"
<dependency org="br.com.ingenieux.maven.annomojo" name="org.jfrog.maven.maven-plugin-anno-parent" rev="1.4.1"/>
@Grapes(
@Grab(group='br.com.ingenieux.maven.annomojo', module='org.jfrog.maven.maven-plugin-anno-parent', version='1.4.1')
)
[br.com.ingenieux.maven.annomojo/org.jfrog.maven.maven-plugin-anno-parent "1.4.1"]
'br.com.ingenieux.maven.annomojo:org.jfrog.maven.maven-plugin-anno-parent:jar:1.4.1'