GroupId | GroupIdcom.google.gerrit |
---|---|
ArtifactId | ArtifactIdgerrit-acceptance-framework |
Version | Version2.16.22 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.gerrit/gerrit-acceptance-framework/ -->
<dependency>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-acceptance-framework</artifactId>
<version>2.16.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.gerrit/gerrit-acceptance-framework/
implementation 'com.google.gerrit:gerrit-acceptance-framework:2.16.22'
// https://jarcasting.com/artifacts/com.google.gerrit/gerrit-acceptance-framework/
implementation ("com.google.gerrit:gerrit-acceptance-framework:2.16.22")
'com.google.gerrit:gerrit-acceptance-framework:jar:2.16.22'
<dependency org="com.google.gerrit" name="gerrit-acceptance-framework" rev="2.16.22">
<artifact name="gerrit-acceptance-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.gerrit', module='gerrit-acceptance-framework', version='2.16.22')
)
libraryDependencies += "com.google.gerrit" % "gerrit-acceptance-framework" % "2.16.22"
[com.google.gerrit/gerrit-acceptance-framework "2.16.22"]