<dependency> <groupId>com.vlkan.hrrs</groupId> <artifactId>hrrs-distiller</artifactId> <version>0.7.1</version> </dependency>
implementation 'com.vlkan.hrrs:hrrs-distiller:0.7.1'
implementation("com.vlkan.hrrs:hrrs-distiller:0.7.1")
libraryDependencies += "com.vlkan.hrrs" % "hrrs-distiller" % "0.7.1"
@Grapes( @Grab(group='com.vlkan.hrrs', module='hrrs-distiller', version='0.7.1') )
<dependency org="com.vlkan.hrrs" name="hrrs-distiller" rev="0.7.1" />
[com.vlkan.hrrs/hrrs-distiller "0.7.1"]
'com.vlkan.hrrs:hrrs-distiller:jar:0.7.1'
<parent> <groupId>com.vlkan.hrrs</groupId> <artifactId>hrrs-parent</artifactId> <version>0.7.1</version> </parent>
compile
|-- com.vlkan.hrrs:hrrs-api
|-- com.vlkan.hrrs:hrrs-commons
|-- com.google.inject:guice