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