{"id":23344189,"url":"https://github.com/intranda/iiif-api-model","last_synced_at":"2025-04-10T02:21:57.890Z","repository":{"id":72810106,"uuid":"192750554","full_name":"intranda/iiif-api-model","owner":"intranda","description":"Java library to create and consume IIIF manifests","archived":false,"fork":false,"pushed_at":"2025-02-03T10:43:13.000Z","size":464,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T03:53:08.438Z","etag":null,"topics":["goobi","iiif","java","manifests"],"latest_commit_sha":null,"homepage":"https://intranda.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/intranda.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}},"created_at":"2019-06-19T14:39:48.000Z","updated_at":"2025-02-03T10:43:18.000Z","dependencies_parsed_at":"2024-08-09T12:05:27.170Z","dependency_job_id":"8d9a69fc-5265-4dc5-94fa-0582185f367f","html_url":"https://github.com/intranda/iiif-api-model","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intranda%2Fiiif-api-model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intranda%2Fiiif-api-model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intranda%2Fiiif-api-model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intranda%2Fiiif-api-model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intranda","download_url":"https://codeload.github.com/intranda/iiif-api-model/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248143156,"owners_count":21054718,"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":["goobi","iiif","java","manifests"],"created_at":"2024-12-21T06:19:25.822Z","updated_at":"2025-04-10T02:21:57.871Z","avatar_url":"https://github.com/intranda.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iiif-api-model: Java library to create and consume IIIF manifests\n\n## Introduction\nThis is a Java library to to create and consume IIIF Presentation v2 manifests in Java and serialize them to valid IIIF JSON-LD. It is used in various applications within the open source software suite Goobi.\n\n\n\n## Installation\nThis library is published in the intranda Nexus server. You can use it by adding the following snippets to your pom.xml:\n```xml\n\u003crepositories\u003e\n  \u003crepository\u003e\n    \u003cid\u003eintranda-public\u003c/id\u003e\n    \u003curl\u003ehttps://nexus.intranda.com/repository/maven-public\u003c/url\u003e\n  \u003c/repository\u003e\n\u003c/repositories\u003e\n\n\u003cdependency\u003e\n  \u003cgroupId\u003ede.intranda.api.iiif\u003c/groupId\u003e\n  \u003cartifactId\u003eiiif-api-model\u003c/artifactId\u003e\n  \u003cversion\u003e1.1.6\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Examples\nTo deserialize a JSON stream, the Jackson `ObjectMapper` has to be configured as follows:\n\n```java\nObjectMapper mapper = new ObjectMapper();\nmapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);\nmapper.configure(DeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY, true);\n```\n\n\n\n## Licence\nThe iiif-api-model is released under the license GPL2 or later. Please see LICENSE for more information.\n\n\n\n## Contributing\n- Fork it (https://github.com/intranda/iiif-api-model/fork)\n- Create your feature branch (git checkout -b feature/fooBar)\n- Commit your changes (git commit -am 'Add some fooBar')\n- Push to the branch (git push origin feature/fooBar)\n- Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintranda%2Fiiif-api-model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintranda%2Fiiif-api-model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintranda%2Fiiif-api-model/lists"}