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