| GroupId | GroupIdcom.github.leogitpub |
|---|---|
| ArtifactId | ArtifactIdencryption |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| encryption-1.0.0.pom | -1 bytes |
| encryption-1.0.0-sources.jar | 6 KB |
| encryption-1.0.0-mule-application.jar | 2 MB |
| encryption-1.0.0-javadoc.jar | 396 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.leogitpub/encryption/ -->
<dependency>
<groupId>com.github.leogitpub</groupId>
<artifactId>encryption</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leogitpub/encryption/
implementation 'com.github.leogitpub:encryption:1.0.0'
// https://jarcasting.com/artifacts/com.github.leogitpub/encryption/
implementation ("com.github.leogitpub:encryption:1.0.0")
'com.github.leogitpub:encryption:jar:1.0.0'
<dependency org="com.github.leogitpub" name="encryption" rev="1.0.0">
<artifact name="encryption" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leogitpub', module='encryption', version='1.0.0')
)
libraryDependencies += "com.github.leogitpub" % "encryption" % "1.0.0"
[com.github.leogitpub/encryption "1.0.0"]