{"id":23120904,"url":"https://github.com/tika/tide","last_synced_at":"2026-05-16T22:02:47.147Z","repository":{"id":128846956,"uuid":"342072156","full_name":"tika/Tide","owner":"tika","description":"Surf along the waves of Spigot","archived":false,"fork":false,"pushed_at":"2021-03-28T10:51:39.000Z","size":79,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-08T10:45:25.390Z","etag":null,"topics":["library","spigot","tide"],"latest_commit_sha":null,"homepage":"","language":"Java","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/tika.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,"zenodo":null}},"created_at":"2021-02-25T00:13:44.000Z","updated_at":"2021-07-14T08:17:29.000Z","dependencies_parsed_at":"2023-08-26T02:19:38.477Z","dependency_job_id":null,"html_url":"https://github.com/tika/Tide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tika/Tide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tika%2FTide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tika%2FTide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tika%2FTide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tika%2FTide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tika","download_url":"https://codeload.github.com/tika/Tide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tika%2FTide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33120450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"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":["library","spigot","tide"],"created_at":"2024-12-17T06:14:16.088Z","updated_at":"2026-05-16T22:02:47.119Z","avatar_url":"https://github.com/tika.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tide\n![CurrentVersion](https://jitpack.io/v/tika/Tide.svg)\n\n\u003ci\u003eSurf along the waves of Spigot with a simple utility-first library\u003c/i\u003e\n\n### Features:\n\u003cul\u003e\n    \u003cli\u003eTidePlugin \u003e Tide's plugin system, required when using this library\u003c/li\u003e\n    \u003cli\u003eCommands \u003e A template for commands and subcommands, supporting parameters \u0026 easy support for help commands\u003c/li\u003e\n    \u003cli\u003eHue \u003e Text utility for Spigot, easily print-to-console \u0026 other utils\u003c/li\u003e\n    \u003cli\u003eNumber utilities \u003e Easily convert numbers into popular formats\u003c/li\u003e\n    \u003cli\u003eCollection utilities \u003e A utility to create TreeMaps, HashMaps as well as other useful collection methods\u003c/li\u003e\n    \u003cli\u003eVertex \u003e Skull utilities, an implementation of [SkullCreator](\"https://github.com/deanveloper/SkullCreator\")\u003c/li\u003e\n    \u003cli\u003ePersistent data utilities \u003e A plethora of clean and helpful methods when dealing with Persistent Data, an implementation of [PDUtils](\"https://github.com/Cronuside/PersistentDataUtilities\")\u003c/li\u003e\n    \u003cli\u003eMenus \u003e Create GUIs without the pain\u003c/li\u003e\n    \u003cli\u003eConfig \u003e A self-explanatory class to create Spigot YML configurations\u003c/li\u003e\n\u003c/ul\u003e\n\n### Developers\nIn order to use this library, add either of the following to your gradle / maven file, the current version can be found at the top of this file\n\n\u003cb\u003eMaven\u003c/b\u003e\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003ejitpack.io\u003c/id\u003e\n        \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.github.tika\u003c/groupId\u003e\n        \u003cartifactId\u003eTide\u003c/artifactId\u003e\n        \u003cversion\u003eCurrent version\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n\u003cb\u003eGradle\u003c/b\u003e\n```gradle\nallprojects {\n    repositories {\n        ...\n        maven { url 'https://jitpack.io' }\n    }\n}\ndependencies {\n    implementation 'com.github.tika:Tide:Current Version'\n}\n```\n\n#### Requires Java 8+","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftika%2Ftide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftika%2Ftide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftika%2Ftide/lists"}