{"id":15355188,"url":"https://github.com/sake92/hepek-core","last_synced_at":"2026-02-03T06:01:29.801Z","repository":{"id":54224267,"uuid":"80760227","full_name":"sake92/hepek-core","owner":"sake92","description":"The core of hepek project","archived":false,"fork":false,"pushed_at":"2021-03-02T10:03:52.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-01T16:10:43.355Z","etag":null,"topics":["dependency-analysis","dependency-graph","hepek","java","scala","static-site-generator"],"latest_commit_sha":null,"homepage":"","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/sake92.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-02-02T19:23:29.000Z","updated_at":"2024-12-09T19:54:18.000Z","dependencies_parsed_at":"2022-08-13T09:31:16.648Z","dependency_job_id":null,"html_url":"https://github.com/sake92/hepek-core","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sake92/hepek-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sake92%2Fhepek-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sake92%2Fhepek-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sake92%2Fhepek-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sake92%2Fhepek-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sake92","download_url":"https://codeload.github.com/sake92/hepek-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sake92%2Fhepek-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29035221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T02:28:16.591Z","status":"ssl_error","status_checked_at":"2026-02-03T02:27:48.904Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["dependency-analysis","dependency-graph","hepek","java","scala","static-site-generator"],"created_at":"2024-10-01T12:23:03.331Z","updated_at":"2026-02-03T06:01:29.779Z","avatar_url":"https://github.com/sake92.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hepek-core\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/ba.sake/hepek-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/ba.sake/hepek-core)\n\n\n## Usage\n- Add to deps:\n```scala\nlibraryDependencies ++= Seq(\n  \"ba.sake\" % \"hepek-core\" % \"0.2.0\"\n)\n```\n\n\n# What is it?\nCore of the [sbt-hepek](https://github.com/sake92/sbt-hepek).\nThis project contains two interfaces ([`Renderable`](https://github.com/sake92/hepek-core/blob/master/src/main/java/ba/sake/hepek/core/Renderable.java)\n and [`RelativePath`](https://github.com/sake92/hepek-core/blob/master/src/main/java/ba/sake/hepek/core/RelativePath.java))\n and a single helper class ([`ClassycleDependencyUtils`](https://github.com/sake92/hepek-core/blob/master/src/main/java/ba/sake/hepek/core/ClassycleDependencyUtils.java)).\n\n\nInterfaces are **essential** to the sbt-hepek:\n- All objects that are meant to be rendered must extend `Renderable`\n- `RelativePath` is used for getting a relative path to a `Renderable` or another file (css, js or whatever)\n\nThe `ClassycleDependencyUtils` class has one handy method called `reverseDependencies` that returns `Map[AtomicVertex, Set[AtomicVertex]]`.\nVertices here are actually Java bytecode classes.\n\nIt is used for optimized rendering of objects. \nWhen an object is *changed and compiled*, this method determines **which other objects use it**, so that they are rendered again too.\n\nSpecial thanks to [Classycle](http://classycle.sourceforge.net/)! :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsake92%2Fhepek-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsake92%2Fhepek-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsake92%2Fhepek-core/lists"}