| Categories |
CategoriesCryptomator Security |
|---|---|
| GroupId | GroupIdorg.cryptomator |
| ArtifactId | ArtifactIdintegrations-win |
| Version | Version1.0.0-rc1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| integrations-win-1.0.0-rc1.pom | |
| integrations-win-1.0.0-rc1.jar | 105 KB |
| integrations-win-1.0.0-rc1-sources.jar | 95 KB |
| integrations-win-1.0.0-rc1-javadoc.jar | 434 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.cryptomator/integrations-win/ -->
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>integrations-win</artifactId>
<version>1.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cryptomator/integrations-win/
implementation 'org.cryptomator:integrations-win:1.0.0-rc1'
// https://jarcasting.com/artifacts/org.cryptomator/integrations-win/
implementation ("org.cryptomator:integrations-win:1.0.0-rc1")
'org.cryptomator:integrations-win:jar:1.0.0-rc1'
<dependency org="org.cryptomator" name="integrations-win" rev="1.0.0-rc1">
<artifact name="integrations-win" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cryptomator', module='integrations-win', version='1.0.0-rc1')
)
libraryDependencies += "org.cryptomator" % "integrations-win" % "1.0.0-rc1"
[org.cryptomator/integrations-win "1.0.0-rc1"]