{"id":25841295,"url":"https://github.com/panther-js/mavencc","last_synced_at":"2025-03-01T05:23:19.298Z","repository":{"id":57292650,"uuid":"85305988","full_name":"panther-js/mavencc","owner":"panther-js","description":"A simple maven central client.","archived":false,"fork":false,"pushed_at":"2019-03-07T00:06:56.000Z","size":40,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-20T20:17:43.928Z","etag":null,"topics":["client","maven"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/panther-js.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":null,"security":null,"support":null}},"created_at":"2017-03-17T11:47:12.000Z","updated_at":"2019-03-07T00:06:57.000Z","dependencies_parsed_at":"2022-08-27T12:21:03.030Z","dependency_job_id":null,"html_url":"https://github.com/panther-js/mavencc","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panther-js%2Fmavencc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panther-js%2Fmavencc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panther-js%2Fmavencc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panther-js%2Fmavencc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panther-js","download_url":"https://codeload.github.com/panther-js/mavencc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241319562,"owners_count":19943554,"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":["client","maven"],"created_at":"2025-03-01T05:23:18.760Z","updated_at":"2025-03-01T05:23:19.277Z","avatar_url":"https://github.com/panther-js.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mavencc\n\n[![Build Status](https://travis-ci.org/panther-js/mavencc.svg?branch=master)](https://travis-ci.org/panther-js/mavencc)\n[![dependencies Status](https://david-dm.org/panther-js/mavencc/status.svg)](https://david-dm.org/panther-js/mavencc)\n\n[![NPM](https://nodei.co/npm/mavencc.png)](https://npmjs.org/package/mavencc)\n\nA simple maven central client.\n\n|                 | Project Info  |\n| --------------- | ------------- |\n| License:        | MIT |\n| Build:          | npm |\n| Engines:        | Node.js 4.x, 6.x, 8.x |\n\n## Installation\n\n```bash\nnpm install mavencc -S\n```\n\n## Usage\n\n```javascript\nconst mavencc = require('mavencc');\n\nmavencc.basicArtifactSearch('wildfly-swarm', 5)\n.then(console.log)\n.catch(error =\u003e console.log(error));\n\nmavencc.artifactSearch('wildfly-swarm', 5)\n.then(console.log)\n.catch(error =\u003e console.log(error));\n\nmavencc.listVersions('org.wildfly.swarm', 'wildfly-swarm', 5)\n.then(console.log)\n.catch(error =\u003e console.log(error));\n\nmavencc.artifactByClassname('junit', 5)\n.then(console.log)\n.catch(error =\u003e console.log(error));\n\nmavencc.artifactByFullyClassname('org.specs.runner.JUnit', 5)\n.then(console.log)\n.catch(error =\u003e console.log(error));\n\nmavencc.artifactBySHA1('35379fb6526fd019f331542b4e9ae2e566c57933', 5)\n.then(console.log)\n.catch(error =\u003e console.log(error));\n\nmavencc.searchTags('sbtplugin', 5)\n.then(console.log)\n.catch(error =\u003e console.log(error));\n\nmavencc.downloadArtifact('com/jolira/guice/3.0.0/guice-3.0.0.pom', '/tmp/guice.pom')\n.then(console.log)\n.catch(error =\u003e console.log(error));\n```\n\n## You can use to\n\n* A basic artifact search.\n* Search any artifactId irrespective of groupId\n* List all versions of an artifact.\n* Search for all artifacts in a groupId.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanther-js%2Fmavencc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanther-js%2Fmavencc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanther-js%2Fmavencc/lists"}