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