{"id":31847907,"url":"https://github.com/wireapp/wire-apps-jvm-sdk","last_synced_at":"2025-10-12T09:58:30.723Z","repository":{"id":289831753,"uuid":"914834764","full_name":"wireapp/wire-apps-jvm-sdk","owner":"wireapp","description":"Wire SDK to create Applications in JVM supported languages","archived":false,"fork":false,"pushed_at":"2025-10-01T07:40:13.000Z","size":4714,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-10-01T09:29:44.848Z","etag":null,"topics":["integrations","library"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wireapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-10T12:02:36.000Z","updated_at":"2025-09-29T08:26:36.000Z","dependencies_parsed_at":"2025-04-25T09:48:33.419Z","dependency_job_id":"179ef9c0-e175-4738-a5e9-db51150d4b2b","html_url":"https://github.com/wireapp/wire-apps-jvm-sdk","commit_stats":null,"previous_names":["wireapp/wire-apps-jvm-sdk"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/wireapp/wire-apps-jvm-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fwire-apps-jvm-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fwire-apps-jvm-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fwire-apps-jvm-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fwire-apps-jvm-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wireapp","download_url":"https://codeload.github.com/wireapp/wire-apps-jvm-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fwire-apps-jvm-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010951,"owners_count":26084841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["integrations","library"],"created_at":"2025-10-12T09:58:27.363Z","updated_at":"2025-10-12T09:58:30.710Z","avatar_url":"https://github.com/wireapp.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wire™\n\n[![Wire logo](https://github.com/wireapp/wire/blob/master/assets/header-small.png?raw=true)](https://wire.com/jobs/)\n\nThis repository is part of the source code of Wire. You can find more information at [wire.com](https://wire.com) or by contacting opensource@wire.com.\n\nYou can find the published source code at [github.com/wireapp/wire](https://github.com/wireapp/wire), and the apk of the latest release at [https://wire.com/en/download/](https://wire.com/en/download/).\n\nFor licensing information, see the attached LICENSE file and the list of third-party licenses at [wire.com/legal/licenses/](https://wire.com/legal/licenses/).\n\nIf you compile the open source software that we make available from time to time to develop your own mobile, desktop or web application, and cause that application to connect to our servers for any purposes, we refer to that resulting application as an “Open Source App”.  All Open Source Apps are subject to, and may only be used and/or commercialized in accordance with, the Terms of Use applicable to the Wire Application, which can be found at https://wire.com/legal/#terms.  Additionally, if you choose to build an Open Source App, certain restrictions apply, as follows:\n\na. You agree not to change the way the Open Source App connects and interacts with our servers;\n\nb. You agree not to weaken any of the security features of the Open Source App;\n\nc. You agree not to use our servers to store data for purposes other than the intended and original functionality of the Open Source App;\n\nd. You acknowledge that you are solely responsible for any and all updates to your Open Source App.\n\nFor clarity, if you compile the open source software that we make available from time to time to develop your own mobile, desktop or web application, and do not cause that application to connect to our servers for any purposes, then that application will not be deemed an Open Source App and the foregoing will not apply to that application.\n\nNo license is granted to the Wire trademark and its associated logos, all of which will continue to be owned exclusively by Wire Swiss GmbH. Any use of the Wire trademark and/or its associated logos is expressly prohibited without the express prior written consent of Wire Swiss GmbH.\n\n# Wire Applications JVM SDK\n\nSDK for Wire third-party applications written in Kotlin, supporting JVM languages.\nImport the SDK in your project to build your application and interact with the Wire backend and serve your users.\n\nThis will create a full-fledged client. It can send or receive\nmessages, place or receive calls, for example.\n\nAfter completing the onboarding process, the Wire platform will provide an APP_TOKEN,\nrequired to authenticate your application via the SDK.\n\nDeploying the application and initializing the SDK will enable it to receive invites to Team and then reading/writing\nmessages to it.\n\n## How to use it\n\nFor information about usage and onboarding refer to [Sdk tutorial](docs/APPLICATION.md).\n\n## Requirements\n\n* Java 17+\n* Access to the file system to store cryptographic keys and data\n\n## Import with\nThe latest release is avaliable at [Maven Central](https://central.sonatype.com/artifact/com.wire/wire-apps-jvm-sdk).\n\n### Gradle\n\n```kotlin\ndependencies {\n    implementation(\"com.wire:wire-apps-jvm-sdk:0.0.1\")\n}\n```\n\n### Maven\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.wire\u003c/groupId\u003e\n    \u003cartifactId\u003ewire-apps-jvm-sdk\u003c/artifactId\u003e\n    \u003cversion\u003e0.0.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Environment Variables\n```dotenv\nWIRE_SDK_USER_ID=abcd-1234-efgh-5678\nWIRE_SDK_EMAIL=your_email@domain.com\nWIRE_SDK_PASSWORD=randomPassword\nWIRE_SDK_ENVIRONMENT=my.domain.link\n```\n\n## Build the project\n\n```shell\n./gradlew build \n```\n\n## Troubleshooting\n\nIf you have started using the SDK targeting one Wire environment,\nand later you want to switch to another, you may need to move/delete the `storage/apps.db` directory\n\n### Testing the SDK\n\nYou can define the implementation of BackendClient to use, by changing it in the Modules.kt file.\n\n* BackendClientDemo targets the Wire backend for development purposes, it uses the Client API for\n  testing instead of the Application API and also some environment variables specified above.\n* BackendClientImpl is the real implementation of the SDK, targeting the Wire backend as an\n  Application\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwireapp%2Fwire-apps-jvm-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwireapp%2Fwire-apps-jvm-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwireapp%2Fwire-apps-jvm-sdk/lists"}