{"id":28366809,"url":"https://github.com/http4k/lts-examples","last_synced_at":"2026-02-25T09:37:28.142Z","repository":{"id":260178555,"uuid":"878904975","full_name":"http4k/lts-examples","owner":"http4k","description":"Examples of how to configure the http4k LTS edition","archived":false,"fork":false,"pushed_at":"2026-01-01T20:09:57.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-07T04:47:53.544Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/http4k.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"http4k"}},"created_at":"2024-10-26T12:36:44.000Z","updated_at":"2026-01-01T20:09:54.000Z","dependencies_parsed_at":"2024-11-16T08:25:52.036Z","dependency_job_id":"07e2b6af-bf1d-49c5-bd73-0cc4f5b0b04d","html_url":"https://github.com/http4k/lts-examples","commit_stats":null,"previous_names":["http4k/lts-examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/http4k/lts-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http4k%2Flts-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http4k%2Flts-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http4k%2Flts-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http4k%2Flts-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/http4k","download_url":"https://codeload.github.com/http4k/lts-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/http4k%2Flts-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29816200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"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":"2025-05-29T00:12:17.290Z","updated_at":"2026-02-25T09:37:28.137Z","avatar_url":"https://github.com/http4k.png","language":"Kotlin","readme":"# http4k LTS examples\n\nThis repo contains instructions for customers of the http4k LTS programme.\n\n## Accessing the LTS\n\nThe LTS version of the http4k libraries are hosted in a private Maven repository, at https://maven.http4k.org. Access to these artifacts requires credentials that will be issued with your LTS subscription.\n\nConfiguring Gradle to use the private Maven repo can be done by using a custom repository: \n\n```kotlin\nval ltsMavenUser: String by project\nval ltsMavenPassword: String by project\n\nrepositories {\n    maven {\n        credentials {\n            username = ltsMavenUser\n            password = ltsMavenPassword\n        }\n        url = URI(\"https://maven.http4k.org\")\n    }\n\n    mavenCentral()\n}\n```\n\nTo set up access in your Gradle build, you will need to pass the credentials in some fashion. The easiest way to do this is to put them in your `gradle.properties` or to pass them on the command line. The properties are `ltsMavenUser` and `ltsMavenPassword`:\n\n```shell\n./gradlew -PltsMavenUser=lts_username -PltsMavenPassword=secret_password check\n```\n","funding_links":["https://github.com/sponsors/http4k"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttp4k%2Flts-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhttp4k%2Flts-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttp4k%2Flts-examples/lists"}