| License |
License |
|---|---|
| Categories |
CategoriesWire Data Data Structures |
| GroupId | GroupIdcom.wire |
| ArtifactId | ArtifactIdcryptobox4j |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionCryptobox4J
CryptoBox for Wire Bots
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cryptobox4j-1.0.0.pom | |
| cryptobox4j-1.0.0.jar | 17 KB |
| cryptobox4j-1.0.0-sources.jar | 16 KB |
| cryptobox4j-1.0.0-javadoc.jar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wire/cryptobox4j/ -->
<dependency>
<groupId>com.wire</groupId>
<artifactId>cryptobox4j</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wire/cryptobox4j/
implementation 'com.wire:cryptobox4j:1.0.0'
// https://jarcasting.com/artifacts/com.wire/cryptobox4j/
implementation ("com.wire:cryptobox4j:1.0.0")
'com.wire:cryptobox4j:jar:1.0.0'
<dependency org="com.wire" name="cryptobox4j" rev="1.0.0">
<artifact name="cryptobox4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wire', module='cryptobox4j', version='1.0.0')
)
libraryDependencies += "com.wire" % "cryptobox4j" % "1.0.0"
[com.wire/cryptobox4j "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |