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