{"id":13667725,"url":"https://github.com/prismicio-community/java-kit","last_synced_at":"2025-06-24T23:10:17.776Z","repository":{"id":10167408,"uuid":"12250156","full_name":"prismicio-community/java-kit","owner":"prismicio-community","description":"Community maintained development kit for Prismic and the Java language","archived":false,"fork":false,"pushed_at":"2024-06-30T21:21:53.000Z","size":1622,"stargazers_count":15,"open_issues_count":22,"forks_count":38,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-08T06:42:06.794Z","etag":null,"topics":["java"],"latest_commit_sha":null,"homepage":"https://prismic.io","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/prismicio-community.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}},"created_at":"2013-08-20T18:03:37.000Z","updated_at":"2024-03-23T01:01:27.000Z","dependencies_parsed_at":"2024-08-02T07:01:55.472Z","dependency_job_id":"7aa1d22d-a37c-4ed4-bfc0-5b4684bfcf0a","html_url":"https://github.com/prismicio-community/java-kit","commit_stats":null,"previous_names":["prismicio/java-kit"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/prismicio-community/java-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prismicio-community%2Fjava-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prismicio-community%2Fjava-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prismicio-community%2Fjava-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prismicio-community%2Fjava-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prismicio-community","download_url":"https://codeload.github.com/prismicio-community/java-kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prismicio-community%2Fjava-kit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261771193,"owners_count":23207223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["java"],"created_at":"2024-08-02T07:00:48.111Z","updated_at":"2025-06-24T23:10:17.752Z","avatar_url":"https://github.com/prismicio-community.png","language":"Java","funding_links":[],"categories":["Ecosystem"],"sub_categories":["Development Kits"],"readme":"## Java development kit for prismic.io\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.prismic/java-kit/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.prismic/java-kit)\n[![Build Status](https://api.travis-ci.org/prismicio/java-kit.png)](https://travis-ci.org/prismicio/java-kit)\n\n### Getting started\n\n### Install the kit for your project through [Maven](http://maven.apache.org/)\n\nThis library is on Maven Central. The kit coordinates are:\n\n```\n\u003cdependency\u003e\n  \u003cgroupId\u003eio.prismic\u003c/groupId\u003e\n  \u003cartifactId\u003ejava-kit\u003c/artifactId\u003e\n  \u003cversion\u003eX.X.X\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n_(you may need to adapt the version number)_\n\nThe kit requires **Java 8** or superior.\n\n#### Documentation\n\n- [Prismic.io documentation](./docs)\n- [Javadoc](http://prismicio.github.io/java-kit/)\n\n### Changelog\n\nNeed to see what changed, or to upgrade your kit? We keep our changelog on [this repository's \"Releases\" tab](https://github.com/prismicio/java-kit/releases).\n\n#### Install the kit locally\n\nRun `./mvnw install`.\n\nAlways run `./mvnw test` before committing, to make sure everything runs as expected.\n\n#### Test\n\nPlease write tests using [JUnit4](http://junit.org/junit4/) for any bugfix or new feature; please add the tests to the [AppTest.java file](https://github.com/prismicio/java-kit/blob/master/src/test/java/io/prismic/AppTest.java). Run `./mvnw test` to test.\n\nIf you find existing code that is not optimally tested and wish to make it better, we really appreciate it; but you should document it on its own branch and its own pull request.\n\n#### Documenting\n\nPlease document any bugfix or new feature using the [Javadoc syntax](https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html)\n\nIf you find existing code that is not optimally documented and wish to make it better, we really appreciate it; but you should document it on its own branch and its own pull request.\n\n#### Publish Javadoc\n\n(Only for Prismic.io developers)\n\n    ./mvnw clean javadoc:javadoc scm-publish:publish-scm\n\n### Licence\n\nThis software is licensed under the Apache 2 license, quoted below.\n\nCopyright 2018 Prismic.io (https://prismic.io).\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprismicio-community%2Fjava-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprismicio-community%2Fjava-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprismicio-community%2Fjava-kit/lists"}