<dependency> <groupId>epam</groupId> <artifactId>github-copilot</artifactId> <version>1.0-SNAPSHOT</version> <type>pom</type> </dependency>
<dependency org="epam" name="github-copilot" rev="1.0-SNAPSHOT"> <artifact name="github-copilot" type="pom" /> </dependency>
@Grapes( @Grab(group='epam', module='github-copilot', version='1.0-SNAPSHOT') )
implementation 'epam:github-copilot:1.0-SNAPSHOT'
libraryDependencies += "epam" % "github-copilot" % "1.0-SNAPSHOT"
[epam/github-copilot "1.0-SNAPSHOT"]