<dependency> <groupId>com.epam.engx</groupId> <artifactId>automation-testing-mentoring</artifactId> <version>1.0-SNAPSHOT</version> <type>pom</type> </dependency>
'com.epam.engx:automation-testing-mentoring:pom:1.0-SNAPSHOT'
<dependency org="com.epam.engx" name="automation-testing-mentoring" rev="1.0-SNAPSHOT"> <artifact name="automation-testing-mentoring" type="pom" /> </dependency>
@Grapes( @Grab(group='com.epam.engx', module='automation-testing-mentoring', version='1.0-SNAPSHOT') )
compile 'com.epam.engx:automation-testing-mentoring:1.0-SNAPSHOT'
libraryDependencies += "com.epam.engx" % "automation-testing-mentoring" % "1.0-SNAPSHOT"
[com.epam.engx/automation-testing-mentoring "1.0-SNAPSHOT"]