{"id":19466890,"url":"https://github.com/scommons/scommons-service","last_synced_at":"2026-05-15T04:35:56.096Z","repository":{"id":35664479,"uuid":"130959764","full_name":"scommons/scommons-service","owner":"scommons","description":"Common Scala service/server layer components and utils","archived":false,"fork":false,"pushed_at":"2022-11-21T20:25:12.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T13:51:57.847Z","etag":null,"topics":["apis","integration-testing","play-framework","playframework","service","swagger"],"latest_commit_sha":null,"homepage":"https://scommons.github.io","language":"Scala","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/scommons.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":"2018-04-25T06:19:46.000Z","updated_at":"2024-03-09T12:59:07.000Z","dependencies_parsed_at":"2022-08-08T10:02:20.679Z","dependency_job_id":null,"html_url":"https://github.com/scommons/scommons-service","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/scommons/scommons-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scommons%2Fscommons-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scommons%2Fscommons-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scommons%2Fscommons-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scommons%2Fscommons-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scommons","download_url":"https://codeload.github.com/scommons/scommons-service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scommons%2Fscommons-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33053962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"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":["apis","integration-testing","play-framework","playframework","service","swagger"],"created_at":"2024-11-10T18:31:25.355Z","updated_at":"2026-05-15T04:35:56.072Z","avatar_url":"https://github.com/scommons.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![CI](https://github.com/scommons/scommons-service/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/scommons/scommons-service/actions/workflows/ci.yml?query=workflow%3Aci+branch%3Amaster)\n[![scala-index](https://index.scala-lang.org/scommons/scommons-service/scommons-service-play/latest.svg)](https://index.scala-lang.org/scommons/scommons-service/scommons-service-play)\n[![Coverage Status](https://coveralls.io/repos/github/scommons/scommons-service/badge.svg?branch=master)](https://coveralls.io/github/scommons/scommons-service?branch=master)\n\n## scommons-service\nCommon Scala service/server layer components and utils.\n\n### How to add it to your project\n\n```scala\nval scommonsApiVer = \"1.0.0-SNAPSHOT\"\nval scommonsServiceVer = \"1.0.0-SNAPSHOT\"\n\nlibraryDependencies ++= Seq(\n  // shared\n  \"org.scommons.api\" %%% \"scommons-api-core\" % scommonsApiVer,\n  \"org.scommons.api\" %%% \"scommons-api-joda-time\" % scommonsApiVer,\n\n  // server/jvm only\n  \"org.scommons.service\" %% \"scommons-service-play\" % scommonsServiceVer,\n  \"org.scommons.service\" %% \"scommons-service-dao\" % scommonsServiceVer,\n  \"org.scommons.service\" %% \"scommons-service-util\" % scommonsServiceVer,\n  \"org.scommons.service\" %% \"scommons-service-test\" % scommonsServiceVer % \"test\",\n  \"org.scommons.api\" %% \"scommons-api-play-ws\" % scommonsApiVer % \"test\"\n)\n```\n\nLatest `SNAPSHOT` version is published to [Sonatype Repo](https://oss.sonatype.org/content/repositories/snapshots/org/scommons/), just make sure you added\nthe proper dependency resolver to your `build.sbt` settings:\n```scala\nresolvers += \"Sonatype Snapshots\" at \"https://oss.sonatype.org/content/repositories/snapshots/\"\n```\n\n### How to Build\n\nTo build and run all the tests use the following command:\n```bash\nsbt clean test\n```\n\n## Documentation\n\n//TODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscommons%2Fscommons-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscommons%2Fscommons-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscommons%2Fscommons-service/lists"}