{"id":18492724,"url":"https://github.com/simplito/privmx-endpoint-java-tools","last_synced_at":"2025-07-02T14:33:44.332Z","repository":{"id":261230844,"uuid":"880809553","full_name":"simplito/privmx-endpoint-java-tools","owner":"simplito","description":"Tools which simplify using PrivMX libraries in JVMs.","archived":false,"fork":false,"pushed_at":"2025-05-30T09:07:19.000Z","size":80,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-30T12:00:03.769Z","etag":null,"topics":["gradle","groovy","kts","plugin","privmx"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplito.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-30T12:02:03.000Z","updated_at":"2025-05-30T09:06:42.000Z","dependencies_parsed_at":"2024-11-05T13:07:00.868Z","dependency_job_id":"be176943-e324-4a56-a4d2-f31e54c4430e","html_url":"https://github.com/simplito/privmx-endpoint-java-tools","commit_stats":null,"previous_names":["simplito/privmx-endpoint-java-tools"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/simplito/privmx-endpoint-java-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplito%2Fprivmx-endpoint-java-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplito%2Fprivmx-endpoint-java-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplito%2Fprivmx-endpoint-java-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplito%2Fprivmx-endpoint-java-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplito","download_url":"https://codeload.github.com/simplito/privmx-endpoint-java-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplito%2Fprivmx-endpoint-java-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263156827,"owners_count":23422503,"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","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":["gradle","groovy","kts","plugin","privmx"],"created_at":"2024-11-06T13:10:26.857Z","updated_at":"2025-07-02T14:33:44.308Z","avatar_url":"https://github.com/simplito.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PrivMX Java Tools\nThis repository contains tools which simplify using PrivMX libraries in JVMs.\n\n## privmx-endpoint-install-native \nThe `com.simplito.privmx-endpoint-install-native` Gradle plugin automates the process of downloading\nand installing shared libraries for PrivMX Endpoint Java from [GitHub releases](https://github.com/simplito/privmx-endpoint-java/releases) assets\ninto the module directory with version specified in `privmxEndpointInstallJni` task configuration.\nThe downloaded libraries are installed in the `src/main/jniLibs` directory of your module.\n\n## Options \n\n### `version` (required)\nThe version of the native shared libraries to download.\n\n`public String version`\n\n\n### `platforms` (optional)\nA list of platforms (as a pair of operating system and architecture) for which to download the native shared library. \nThe default is the building platform.\n\n`public List\u003cPrivmxEndpointPlatform\u003e platforms`\n\n\n## Usage\n\n1. Add `mavenCentral()` repository to your `settings.gradle`:\n\n```groovy\npluginManagement {\n    repositories{\n        mavenCentral()\n    }\n}\n```\n\n2. Add plugin in `build.gradle`:\n\n```groovy\nplugins {\n    def pluginVersion = \"1.1\"\n    id \"com.simplito.privmx-endpoint-install-native\" version \"$pluginVersion\"\n}\n```\n\n3. Configure plugin in `build.gradle`:\n\n```groovy\nprivmxEndpointInstallJni{\n    version = $nativeLibVersion // Set the version of library to download, it should \n                                // match the privmx-endpoint-java dependency version\n\n    // Set project supported platforms to download native libraries for them.\n    platforms = [\n            SupportedPlatforms.Darwin.arm64.platform,\n            *SupportedPlatforms.Android.values().platform\n    ]\n}\n```\n\n## License information\n\nPrivMX Endpoint Install Native. \\\nCopyright © 2024 Simplito sp. z o.o.\n\nThis file is part of the PrivMX Platform (https://privmx.dev). \\\nThis software is Licensed under the MIT License.\n\nPrivMX Endpoint and PrivMX Bridge are licensed under the PrivMX Free License. \\\nSee the License for the specific language governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplito%2Fprivmx-endpoint-java-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplito%2Fprivmx-endpoint-java-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplito%2Fprivmx-endpoint-java-tools/lists"}