GroupId | GroupIdcom.vlkan.hrrs |
---|---|
ArtifactId | ArtifactIdhrrs-replayer |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
hrrs-replayer-0.3.pom | |
hrrs-replayer-0.3.jar | 28 KB |
hrrs-replayer-0.3-sources.jar | 14 KB |
hrrs-replayer-0.3-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-replayer/ -->
<dependency>
<groupId>com.vlkan.hrrs</groupId>
<artifactId>hrrs-replayer</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-replayer/
implementation 'com.vlkan.hrrs:hrrs-replayer:0.3'
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-replayer/
implementation ("com.vlkan.hrrs:hrrs-replayer:0.3")
'com.vlkan.hrrs:hrrs-replayer:jar:0.3'
<dependency org="com.vlkan.hrrs" name="hrrs-replayer" rev="0.3">
<artifact name="hrrs-replayer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vlkan.hrrs', module='hrrs-replayer', version='0.3')
)
libraryDependencies += "com.vlkan.hrrs" % "hrrs-replayer" % "0.3"
[com.vlkan.hrrs/hrrs-replayer "0.3"]