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