<dependency>
<groupId>io.github.stevecrox.maven.skins.example</groupId>
<artifactId>bootstrap-site-skin-example-parent</artifactId>
<version>1.0.16</version>
</dependency>
implementation group: 'io.github.stevecrox.maven.skins.example', name: 'bootstrap-site-skin-example-parent', version: '1.0.16'
implementation 'io.github.stevecrox.maven.skins.example:bootstrap-site-skin-example-parent:1.0.16'
implementation("io.github.stevecrox.maven.skins.example:bootstrap-site-skin-example-parent:1.0.16")
libraryDependencies += "io.github.stevecrox.maven.skins.example" % "bootstrap-site-skin-example-parent" % "1.0.16"
<dependency org="io.github.stevecrox.maven.skins.example" name="bootstrap-site-skin-example-parent" rev="1.0.16"/>
@Grapes(
@Grab(group='io.github.stevecrox.maven.skins.example', module='bootstrap-site-skin-example-parent', version='1.0.16')
)
[io.github.stevecrox.maven.skins.example/bootstrap-site-skin-example-parent "1.0.16"]
'io.github.stevecrox.maven.skins.example:bootstrap-site-skin-example-parent:jar:1.0.16'