Categories |
CategoriesAuto Application Layer Libs Code Generators owner Configuration |
---|---|
GroupId | GroupIdcom.github.vadims |
ArtifactId | ArtifactIdgerrit-owners-autoassign |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.vadims/gerrit-owners-autoassign/ -->
<dependency>
<groupId>com.github.vadims</groupId>
<artifactId>gerrit-owners-autoassign</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vadims/gerrit-owners-autoassign/
implementation 'com.github.vadims:gerrit-owners-autoassign:1.0'
// https://jarcasting.com/artifacts/com.github.vadims/gerrit-owners-autoassign/
implementation ("com.github.vadims:gerrit-owners-autoassign:1.0")
'com.github.vadims:gerrit-owners-autoassign:jar:1.0'
<dependency org="com.github.vadims" name="gerrit-owners-autoassign" rev="1.0">
<artifact name="gerrit-owners-autoassign" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vadims', module='gerrit-owners-autoassign', version='1.0')
)
libraryDependencies += "com.github.vadims" % "gerrit-owners-autoassign" % "1.0"
[com.github.vadims/gerrit-owners-autoassign "1.0"]