GroupId | GroupIdtech.rsqn.useful-things |
---|---|
ArtifactId | ArtifactIdencryption-utilities |
Version | Version1.0.32 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/tech.rsqn.useful-things/encryption-utilities/ -->
<dependency>
<groupId>tech.rsqn.useful-things</groupId>
<artifactId>encryption-utilities</artifactId>
<version>1.0.32</version>
</dependency>
// https://jarcasting.com/artifacts/tech.rsqn.useful-things/encryption-utilities/
implementation 'tech.rsqn.useful-things:encryption-utilities:1.0.32'
// https://jarcasting.com/artifacts/tech.rsqn.useful-things/encryption-utilities/
implementation ("tech.rsqn.useful-things:encryption-utilities:1.0.32")
'tech.rsqn.useful-things:encryption-utilities:jar:1.0.32'
<dependency org="tech.rsqn.useful-things" name="encryption-utilities" rev="1.0.32">
<artifact name="encryption-utilities" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.rsqn.useful-things', module='encryption-utilities', version='1.0.32')
)
libraryDependencies += "tech.rsqn.useful-things" % "encryption-utilities" % "1.0.32"
[tech.rsqn.useful-things/encryption-utilities "1.0.32"]