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