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