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