Categories |
CategoriesWire Data Data Structures |
---|---|
GroupId | GroupIdcom.wire |
ArtifactId | ArtifactIdcryptobox4j |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
cryptobox4j-0.5.1.pom | |
cryptobox4j-0.5.1.jar | 17 KB |
cryptobox4j-0.5.1-sources.jar | 16 KB |
cryptobox4j-0.5.1-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wire/cryptobox4j/ -->
<dependency>
<groupId>com.wire</groupId>
<artifactId>cryptobox4j</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wire/cryptobox4j/
implementation 'com.wire:cryptobox4j:0.5.1'
// https://jarcasting.com/artifacts/com.wire/cryptobox4j/
implementation ("com.wire:cryptobox4j:0.5.1")
'com.wire:cryptobox4j:jar:0.5.1'
<dependency org="com.wire" name="cryptobox4j" rev="0.5.1">
<artifact name="cryptobox4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wire', module='cryptobox4j', version='0.5.1')
)
libraryDependencies += "com.wire" % "cryptobox4j" % "0.5.1"
[com.wire/cryptobox4j "0.5.1"]