{"id":37019414,"url":"https://github.com/line/clova-cek-sdk-java","last_synced_at":"2026-01-14T02:09:35.080Z","repository":{"id":53289864,"uuid":"143681096","full_name":"line/clova-cek-sdk-java","owner":"line","description":"SDK of the Clova CEK for Java","archived":true,"fork":false,"pushed_at":"2023-05-11T16:10:23.000Z","size":473,"stargazers_count":13,"open_issues_count":1,"forks_count":9,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-07-06T06:43:34.238Z","etag":null,"topics":["cek-sdk","clova","clova-extensions-kit","java","line"],"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/line.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-06T05:38:00.000Z","updated_at":"2025-06-07T11:02:10.000Z","dependencies_parsed_at":"2022-08-19T19:21:09.054Z","dependency_job_id":null,"html_url":"https://github.com/line/clova-cek-sdk-java","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/line/clova-cek-sdk-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fclova-cek-sdk-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fclova-cek-sdk-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fclova-cek-sdk-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fclova-cek-sdk-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/line","download_url":"https://codeload.github.com/line/clova-cek-sdk-java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/line%2Fclova-cek-sdk-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":["cek-sdk","clova","clova-extensions-kit","java","line"],"created_at":"2026-01-14T02:09:34.501Z","updated_at":"2026-01-14T02:09:35.061Z","avatar_url":"https://github.com/line.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clova CEK SDK Java\n\n[![Build Status](https://travis-ci.org/line/clova-cek-sdk-java.svg?branch=master)](https://travis-ci.org/line/clova-cek-sdk-java)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.linecorp.clova/clova-extension-boot-web/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.linecorp.clova/clova-extension-boot-web)\n[![Javadocs](https://www.javadoc.io/badge/com.linecorp.clova/clova-extension-boot-web.svg)](https://www.javadoc.io/doc/com.linecorp.clova/clova-extension-boot-web)\n\n\nThis repository contains Java libraries for development of Clova extensions using the Clova Extensions Kit(CEK).\n  \n## How to Develop\n\n[clova-extension-boot-web](clova-extension-boot-web) is a library for development using [Spring Boot](https://spring.io/projects/spring-boot).  \nDevelop using this library.\n\n### Set Up\n\n#### Project Creation\n\nCreate a Spring Boot project to develop a generic web application.  \nThis can be created easily using [Spring Initializr](https://start.spring.io/).\n\n#### Installation\n\nInstall [clova-extension-boot-web](clova-extension-boot-web).\n \n#### Installing with Maven\n\nAdd as a dependency to `pom.xml` as follows.\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.linecorp.clova\u003c/groupId\u003e\n  \u003cartifactId\u003eclova-extension-boot-web\u003c/artifactId\u003e\n  \u003cversion\u003e1.2.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n#### Installing with Gradle\n\nAdd as a dependency to `build.gradle` as follows.\n\n```groovy\ndependencies {\n   compile('com.linecorp.clova:clova-extension-boot-web:1.2.0')\n}\n```\n\n### Develop\n\nPrepare a Handler that handles CEK requests.  \nFor more information on Handler, see [Sample Extensions](/samples).  \ne.g.) `echo`'s [Handler](/samples/echo/src/main/java/com/linecorp/clova/extension/sample/hello/EchoHandler.java)  \nNo Controller is required.\n\n### Run\n\n```bash\n$ ./mvnw spring-boot:run\n```\n\n\u003cimg width=\"600\" alt=\"\" src=\"./misc/console.png\"\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fline%2Fclova-cek-sdk-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fline%2Fclova-cek-sdk-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fline%2Fclova-cek-sdk-java/lists"}