{"id":18360650,"url":"https://github.com/samasaur1/maven-central","last_synced_at":"2026-01-20T08:32:29.648Z","repository":{"id":96639065,"uuid":"145166999","full_name":"Samasaur1/Maven-Central","owner":"Samasaur1","description":"My central Maven repo","archived":false,"fork":false,"pushed_at":"2018-10-27T12:52:35.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T04:26:16.152Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Samasaur1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-08-17T21:12:00.000Z","updated_at":"2018-10-27T12:52:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb6b4fca-7679-4dbe-8a49-48b3542c4640","html_url":"https://github.com/Samasaur1/Maven-Central","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Samasaur1/Maven-Central","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samasaur1%2FMaven-Central","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samasaur1%2FMaven-Central/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samasaur1%2FMaven-Central/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samasaur1%2FMaven-Central/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samasaur1","download_url":"https://codeload.github.com/Samasaur1/Maven-Central/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samasaur1%2FMaven-Central/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28599010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-05T22:29:23.214Z","updated_at":"2026-01-20T08:32:29.632Z","avatar_url":"https://github.com/Samasaur1.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adding a New Dependency to this repo.\n\n1. Create a new branch for the dependency you are adding. **Do not** directly add new dependencies to `master`.\n2. On the new branch, run the following command, substituting in the correct values for the different parameters:\n    ```bash\n    mvn install:install-file -DgroupId=$YOUR_GROUP -DartifactId=$YOUR_ARTIFACT -Dversion=$YOUR_VERSION -Dfile=$YOUR_JAR_FILE -Dpackaging=jar -DgeneratePom=true -DlocalRepositoryPath=. -DcreateChecksum=true\n    ```\n\n    * An example of this command for the TalonSRX Java library is shown below:\n\n    ```bash\n    mvn install:install-file -DgroupId=com.ctr-electronics -DartifactId=TalonSRXLibJava -Dversion=4.4.1.8 -Dfile=TalonSRXLibJava.jar -Dpackaging=jar -DgeneratePom=true -DlocalRepositoryPath=. -DcreateChecksum=true\n    ```\n   * **NOTE**: The file path to the JAR does not support expanding `~` as a user's home directory. File paths must be relative to the current directory or absolute, *without* using `~`.\n3. Confirm that the installation was successful (twice).\n4. If you're confident that installation was successful, merge with master and push.\n\n# Using the Dependency in Gradle\n\n1. In your Gradle build file, add the Maven repository `https://raw.githubusercontent.com/Samasaur1/Maven-Central/master` as shown below:\n\n    ```groovy\n    repositories {\n        mavenCentral()\n        maven { url 'https://raw.githubusercontent.com/Samasaur1/Maven-Central/master' }\n        ...\n    }\n    ```\n\n2. In your Gradle dependencies, add the following line, substituting in the correct values (which you entered in earlier when installing the dependency):\n\n    ```groovy\n    dependencies {\n        compile group: '{GROUP-ID}', name: '{ARTIFACT-NAME}', version: '{VERSION}'\n    }\n    ```\n\n3. Build and cross your fingers…\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamasaur1%2Fmaven-central","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamasaur1%2Fmaven-central","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamasaur1%2Fmaven-central/lists"}