| Группа | Группаcom.github.leogitpub |
|---|---|
| Идентификатор | Идентификаторencryption |
| Версия | Версия1.0.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| encryption-1.0.3.pom | |
| encryption-1.0.3.jar | 6 KB |
| encryption-1.0.3-sources.jar | 5 KB |
| encryption-1.0.3-javadoc.jar | 397 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.leogitpub/encryption/ -->
<dependency>
<groupId>com.github.leogitpub</groupId>
<artifactId>encryption</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leogitpub/encryption/
implementation 'com.github.leogitpub:encryption:1.0.3'
// https://jarcasting.com/artifacts/com.github.leogitpub/encryption/
implementation ("com.github.leogitpub:encryption:1.0.3")
'com.github.leogitpub:encryption:jar:1.0.3'
<dependency org="com.github.leogitpub" name="encryption" rev="1.0.3">
<artifact name="encryption" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leogitpub', module='encryption', version='1.0.3')
)
libraryDependencies += "com.github.leogitpub" % "encryption" % "1.0.3"
[com.github.leogitpub/encryption "1.0.3"]