GroupId | GroupIdio.taig |
---|---|
ArtifactId | ArtifactIdtaigless-hashing_2.13 |
Version | Version0.6.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.taig/taigless-hashing_2.13/ -->
<dependency>
<groupId>io.taig</groupId>
<artifactId>taigless-hashing_2.13</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.taig/taigless-hashing_2.13/
implementation 'io.taig:taigless-hashing_2.13:0.6.2'
// https://jarcasting.com/artifacts/io.taig/taigless-hashing_2.13/
implementation ("io.taig:taigless-hashing_2.13:0.6.2")
'io.taig:taigless-hashing_2.13:jar:0.6.2'
<dependency org="io.taig" name="taigless-hashing_2.13" rev="0.6.2">
<artifact name="taigless-hashing_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.taig', module='taigless-hashing_2.13', version='0.6.2')
)
libraryDependencies += "io.taig" % "taigless-hashing_2.13" % "0.6.2"
[io.taig/taigless-hashing_2.13 "0.6.2"]