License |
License |
---|---|
Categories |
CategoriesCryptomator Security |
GroupId | GroupIdorg.cryptomator |
ArtifactId | ArtifactIdintegrations-api |
Version | Version1.0.0-beta3 |
Type | Typejar |
Description |
DescriptionCryptomator Integrations API
Defines optional service interfaces that may be used by Cryptomator
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.cryptomator/integrations-api/ -->
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>integrations-api</artifactId>
<version>1.0.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/org.cryptomator/integrations-api/
implementation 'org.cryptomator:integrations-api:1.0.0-beta3'
// https://jarcasting.com/artifacts/org.cryptomator/integrations-api/
implementation ("org.cryptomator:integrations-api:1.0.0-beta3")
'org.cryptomator:integrations-api:jar:1.0.0-beta3'
<dependency org="org.cryptomator" name="integrations-api" rev="1.0.0-beta3">
<artifact name="integrations-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cryptomator', module='integrations-api', version='1.0.0-beta3')
)
libraryDependencies += "org.cryptomator" % "integrations-api" % "1.0.0-beta3"
[org.cryptomator/integrations-api "1.0.0-beta3"]