{"id":16434422,"url":"https://github.com/tommylemon/unitauto-jar","last_synced_at":"2025-08-12T01:16:40.944Z","repository":{"id":76123612,"uuid":"312586511","full_name":"TommyLemon/unitauto-jar","owner":"TommyLemon","description":"UnitAuto Jar 库，可通过 Maven, Gradle 等远程依赖。UnitAuto Jar Library for remote dependencies with Maven, Gradle, etc.","archived":false,"fork":false,"pushed_at":"2023-11-25T13:47:32.000Z","size":253,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T04:05:30.402Z","etag":null,"topics":["unitauto"],"latest_commit_sha":null,"homepage":"https://github.com/TommyLemon/UnitAuto","language":"Java","has_issues":false,"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/TommyLemon.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-13T13:42:36.000Z","updated_at":"2023-02-15T09:48:52.000Z","dependencies_parsed_at":"2023-11-25T14:43:50.868Z","dependency_job_id":null,"html_url":"https://github.com/TommyLemon/unitauto-jar","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/TommyLemon/unitauto-jar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TommyLemon%2Funitauto-jar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TommyLemon%2Funitauto-jar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TommyLemon%2Funitauto-jar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TommyLemon%2Funitauto-jar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TommyLemon","download_url":"https://codeload.github.com/TommyLemon/unitauto-jar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TommyLemon%2Funitauto-jar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269982828,"owners_count":24507466,"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-08-11T02:00:10.019Z","response_time":75,"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":["unitauto"],"created_at":"2024-10-11T08:49:07.238Z","updated_at":"2025-08-12T01:16:40.893Z","avatar_url":"https://github.com/TommyLemon.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unitauto-jar  [![](https://jitpack.io/v/TommyLemon/unitauto-jar.svg)](https://jitpack.io/#TommyLemon/unitauto-jar)\nUnitAuto Jar 库，可通过 Maven, Gradle 等远程依赖。\u003cbr /\u003e\nUnitAuto Jar Library for remote dependencies with Maven, Gradle, etc.\n\n### Maven\n#### 1. 在 pom.xml 中添加 JitPack 仓库\n#### 1. Add the JitPack repository to pom.xml\n```xml\n\t\u003crepositories\u003e\n\t\t\u003crepository\u003e\n\t\t    \u003cid\u003ejitpack.io\u003c/id\u003e\n\t\t    \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\t\t\u003c/repository\u003e\n\t\u003c/repositories\u003e\n```\n\u003cbr /\u003e\n\n#### 2. 在 pom.xml 中添加 unitauto-jar 依赖\n#### 2. Add the unitauto-jar dependency to pom.xml\n```xml\n\t\u003cdependency\u003e\n\t    \u003cgroupId\u003ecom.github.TommyLemon\u003c/groupId\u003e\n\t    \u003cartifactId\u003eunitauto-jar\u003c/artifactId\u003e\n\t    \u003cversion\u003eLATEST\u003c/version\u003e\n\t\u003c/dependency\u003e\n```\n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n### Gradle\n#### 1. 在项目根目录 build.gradle 中最后添加 JitPack 仓库\n#### 1. Add the JitPack repository in your root build.gradle at the end of repositories\n```gradle\n\tallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n```\n\u003cbr /\u003e\n\n#### 2. 在项目某个 module 目录(例如 `app`) build.gradle 中添加 unitauto-jar 依赖\n#### 2. Add the unitauto-jar dependency in one of your modules(such as `app`)\n```gradle\n\tdependencies {\n\t        implementation 'com.github.TommyLemon:unitauto-jar:latest'\n\t}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftommylemon%2Funitauto-jar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftommylemon%2Funitauto-jar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftommylemon%2Funitauto-jar/lists"}