<dependency>
<groupId>com.github.axway-api-management-plus.swagger-promote</groupId>
<artifactId>distribution</artifactId>
<version>1.6.7-1</version>
</dependency>
implementation group: 'com.github.axway-api-management-plus.swagger-promote', name: 'distribution', version: '1.6.7-1'
implementation 'com.github.axway-api-management-plus.swagger-promote:distribution:1.6.7-1'
implementation("com.github.axway-api-management-plus.swagger-promote:distribution:1.6.7-1")
libraryDependencies += "com.github.axway-api-management-plus.swagger-promote" % "distribution" % "1.6.7-1"
<dependency org="com.github.axway-api-management-plus.swagger-promote" name="distribution" rev="1.6.7-1"/>
@Grapes(
@Grab(group='com.github.axway-api-management-plus.swagger-promote', module='distribution', version='1.6.7-1')
)
[com.github.axway-api-management-plus.swagger-promote/distribution "1.6.7-1"]
'com.github.axway-api-management-plus.swagger-promote:distribution:jar:1.6.7-1'