<dependency> <groupId>com.vlkan.hrrs</groupId> <artifactId>hrrs-replayer</artifactId> <version>0.7.1</version> </dependency>
implementation 'com.vlkan.hrrs:hrrs-replayer:0.7.1'
implementation("com.vlkan.hrrs:hrrs-replayer:0.7.1")
libraryDependencies += "com.vlkan.hrrs" % "hrrs-replayer" % "0.7.1"
@Grapes( @Grab(group='com.vlkan.hrrs', module='hrrs-replayer', version='0.7.1') )
<dependency org="com.vlkan.hrrs" name="hrrs-replayer" rev="0.7.1" />
[com.vlkan.hrrs/hrrs-replayer "0.7.1"]
'com.vlkan.hrrs:hrrs-replayer: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.vlkan.hrrs:hrrs-serializer-base64
|-- com.google.inject:guice
|-- org.apache.httpcomponents:httpclient:4.5.13
|-- io.dropwizard.metrics:metrics-core:4.2.10