{"id":18322707,"url":"https://github.com/labs64/netlicensingclient-java","last_synced_at":"2025-04-05T23:31:06.640Z","repository":{"id":17794191,"uuid":"20673421","full_name":"Labs64/NetLicensingClient-java","owner":"Labs64","description":"Java wrapper for Labs64 NetLicensing RESTful API","archived":false,"fork":false,"pushed_at":"2025-02-25T13:30:58.000Z","size":924,"stargazers_count":8,"open_issues_count":0,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-21T13:23:21.368Z","etag":null,"topics":["api","client","floating","hacktoberfest","java","java-wrapper","laas","labs64","license-management","licensing","licensing-as-a-service","licensing-library","netlicensing","pay-per-use","rest","restful","software-activation","software-licensing","subscription"],"latest_commit_sha":null,"homepage":"https://netlicensing.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Labs64.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}},"created_at":"2014-06-10T05:24:12.000Z","updated_at":"2025-02-25T13:30:58.000Z","dependencies_parsed_at":"2023-11-06T06:37:35.682Z","dependency_job_id":"a8298216-8e0c-4a11-8f67-da90d9ad178f","html_url":"https://github.com/Labs64/NetLicensingClient-java","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Labs64%2FNetLicensingClient-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Labs64%2FNetLicensingClient-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Labs64%2FNetLicensingClient-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Labs64%2FNetLicensingClient-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Labs64","download_url":"https://codeload.github.com/Labs64/NetLicensingClient-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415783,"owners_count":20935383,"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":["api","client","floating","hacktoberfest","java","java-wrapper","laas","labs64","license-management","licensing","licensing-as-a-service","licensing-library","netlicensing","pay-per-use","rest","restful","software-activation","software-licensing","subscription"],"created_at":"2024-11-05T18:25:40.552Z","updated_at":"2025-04-05T23:31:05.246Z","avatar_url":"https://github.com/Labs64.png","language":"Java","readme":"\u003ca href=\"https://netlicensing.io\"\u003e\u003cimg src=\"https://netlicensing.io/img/netlicensing-stage-twitter.jpg\" alt=\"Innovative License Management Solution\"\u003e\u003c/a\u003e\n\n# [Labs64 NetLicensing](https://netlicensing.io) Client (Java)\n\n[![NetLicensing Client - CI](https://github.com/Labs64/NetLicensingClient-java/actions/workflows/netlicesning-client-ci.yml/badge.svg)](https://github.com/Labs64/NetLicensingClient-java/actions/workflows/netlicesning-client-ci.yml)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.labs64.netlicensing/netlicensing-client/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.labs64.netlicensing/netlicensing-client)\n[![Apache License 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/Labs64/NetLicensingClient-java/blob/master/LICENSE)\n[![📖 Documentation](https://img.shields.io/badge/📖%20Documentation-Wiki-AB6543.svg)](https://netlicensing.io/wiki/restful-api)\n[![NetLicensing @ LinkedIn](https://img.shields.io/badge/NetLicensing-0077B5.svg?logo=LinkedIn)](https://www.linkedin.com/showcase/netlicensing)\n\nJava wrapper for Labs64 NetLicensing [RESTful API](https://netlicensing.io/wiki/restful-api)\n\nVisit Labs64 NetLicensing at https://netlicensing.io\n\n## Quick Start\n\nThe recommended way to get started using [`netlicensing-client`](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.labs64.netlicensing%22) in your project is with a dependency management system – the snippets below can be copied and pasted into your build configuration.\n\nMaven:\n```xml\n\u003cdependencies\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.labs64.netlicensing\u003c/groupId\u003e\n    \u003cartifactId\u003enetlicensing-client\u003c/artifactId\u003e\n    \u003cversion\u003eX.Y.Z\u003c/version\u003e\n  \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\nGradle:\n```gradle\ndependencies {\n    compile 'com.labs64.netlicensing:netlicensing-client:X.Y.Z'\n}\n```\n\nOSGi:\n```\nRequire-Bundle: com.labs64.netlicensing.client;bundle-version=\"X.Y.Z\"\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabs64%2Fnetlicensingclient-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabs64%2Fnetlicensingclient-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabs64%2Fnetlicensingclient-java/lists"}