syft
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.openmined.kotlinsyft</groupId> <artifactId>syft</artifactId> <version>0.5.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.openmined.kotlinsyft</groupId> <artifactId>syft</artifactId> <version>0.5.0</version> <packaging>aar</packaging> <name>syft</name> <description>The official Syft worker for secure on-device machine learning on Android</description> <url>https://github.com/OpenMined/KotlinSyft</url> <licenses> <license> <name>Apache 2.0</name> <url>https://github.com/OpenMined/KotlinSyft/blob/dev/LICENSE</url> </license> </licenses> <developers> <developer> <id>vkkhare</id> <name>Varun Khare</name> <email>varunkhare1234@gmail.com</email> </developer> <developer> <id>mccorby</id> <name>Jose Corbacho</name> <email>mccorby@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/OpenMined/KotlinSyft.git</connection> <developerConnection>scm:git:ssh://github.com/OpenMined/KotlinSyft.git</developerConnection> <url>https://github.com/OpenMined/KotlinSyft.git/tree/dev</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-android-extensions-runtime</artifactId> <version>1.3.61</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.3.61</version> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.1.0-alpha04</version> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.2.0</version> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-runtime</artifactId> <version>0.14.0</version> </dependency> <dependency> <groupId>org.webrtc</groupId> <artifactId>google-webrtc</artifactId> <version>1.0.30039</version> </dependency> <dependency> <groupId>io.reactivex.rxjava2</groupId> <artifactId>rxjava</artifactId> <version>2.2.12</version> </dependency> <dependency> <groupId>io.reactivex.rxjava2</groupId> <artifactId>rxandroid</artifactId> <version>2.1.1</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.3.1</version> </dependency> <dependency> <groupId>com.jakewharton.retrofit</groupId> <artifactId>retrofit2-kotlinx-serialization-converter</artifactId> <version>0.4.0</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>adapter-rxjava2</artifactId> <version>2.7.1</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.7.1</version> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.4.0</version> </dependency> <dependency> <groupId>org.openmined.kotlinsyft</groupId> <artifactId>syft-proto-jvm</artifactId> <version>0.5.0</version> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>3.11.4</version> </dependency> <dependency> <groupId>org.pytorch</groupId> <artifactId>pytorch_android</artifactId> <version>1.8.0</version> </dependency> <dependency> <groupId>org.pytorch</groupId> <artifactId>pytorch_android_torchvision</artifactId> <version>1.8.0</version> </dependency> </dependencies> </project>