| GroupId | GroupIdcom.phylage |
|---|---|
| ArtifactId | ArtifactIdrefuel-cipher_2.12 |
| Version | Version1.4.11 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.phylage/refuel-cipher_2.12/ -->
<dependency>
<groupId>com.phylage</groupId>
<artifactId>refuel-cipher_2.12</artifactId>
<version>1.4.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.phylage/refuel-cipher_2.12/
implementation 'com.phylage:refuel-cipher_2.12:1.4.11'
// https://jarcasting.com/artifacts/com.phylage/refuel-cipher_2.12/
implementation ("com.phylage:refuel-cipher_2.12:1.4.11")
'com.phylage:refuel-cipher_2.12:jar:1.4.11'
<dependency org="com.phylage" name="refuel-cipher_2.12" rev="1.4.11">
<artifact name="refuel-cipher_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.phylage', module='refuel-cipher_2.12', version='1.4.11')
)
libraryDependencies += "com.phylage" % "refuel-cipher_2.12" % "1.4.11"
[com.phylage/refuel-cipher_2.12 "1.4.11"]