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