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