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