{"id":42794372,"url":"https://github.com/qbicsoftware/xml-manager-lib","last_synced_at":"2026-01-30T00:26:22.812Z","repository":{"id":43376555,"uuid":"131161839","full_name":"qbicsoftware/xml-manager-lib","owner":"qbicsoftware","description":"Reading and writing of specific openBIS xml properties","archived":false,"fork":false,"pushed_at":"2022-03-04T14:06:01.000Z","size":213,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-16T03:51:53.266Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qbicsoftware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2018-04-26T13:43:31.000Z","updated_at":"2024-04-16T03:51:53.267Z","dependencies_parsed_at":"2022-08-29T19:21:30.050Z","dependency_job_id":null,"html_url":"https://github.com/qbicsoftware/xml-manager-lib","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/qbicsoftware/xml-manager-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbicsoftware%2Fxml-manager-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbicsoftware%2Fxml-manager-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbicsoftware%2Fxml-manager-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbicsoftware%2Fxml-manager-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qbicsoftware","download_url":"https://codeload.github.com/qbicsoftware/xml-manager-lib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbicsoftware%2Fxml-manager-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28891436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"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":"2026-01-30T00:26:20.612Z","updated_at":"2026-01-30T00:26:22.806Z","avatar_url":"https://github.com/qbicsoftware.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \n# XML Manager Library\n\u003ci\u003eLibrary for reading and writing of specific openBIS xml properties \u003c/i\u003e\n\n[![Build Maven Package](https://github.com/qbicsoftware/xml-manager-lib/actions/workflows/build_package.yml/badge.svg)](https://github.com/qbicsoftware/xml-manager-lib/actions/workflows/build_package.yml)\n[![Run Maven Tests](https://github.com/qbicsoftware/xml-manager-lib/actions/workflows/run_tests.yml/badge.svg)](https://github.com/qbicsoftware/xml-manager-lib/actions/workflows/run_tests.yml)\n[![CodeQL](https://github.com/qbicsoftware/xml-manager-lib/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/qbicsoftware/xml-manager-lib/actions/workflows/codeql-analysis.yml)\n[![release](https://img.shields.io/github/v/release/qbicsoftware/xml-manager-lib?include_prereleases)](https://github.com/qbicsoftware/xml-manager-lib/releases)\n\n[![license](https://img.shields.io/github/license/qbicsoftware/xml-manager-lib)](https://github.com/qbicsoftware/xml-manager-lib/blob/main/LICENSE)\n![language](https://img.shields.io/badge/language-java-blue.svg)\n\n\u003c/div\u003e\n\n## How to run\n\nCompile the project with Maven and Java 8 and build an executable java archive:\n\n```\nmvn clean package\n```\n\nJava 8 MUST be used, as the package javax.xml.bin is deprecated/removed in future versions.\n\nThe JAR file will be created in the ``/target`` folder\n\n## How to use\n\nThis library is not hosted on maven central. To use it, you have to include our artifact repository to your pom.\n\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003creleases\u003e\n            \u003cenabled\u003etrue\u003c/enabled\u003e\n            \u003cupdatePolicy\u003ealways\u003c/updatePolicy\u003e\n            \u003cchecksumPolicy\u003efail\u003c/checksumPolicy\u003e\n        \u003c/releases\u003e\n        \u003csnapshots\u003e\n            \u003cenabled\u003efalse\u003c/enabled\u003e\n        \u003c/snapshots\u003e\n        \u003cid\u003enexus-releases\u003c/id\u003e\n        \u003cname\u003eQBiC Releases\u003c/name\u003e\n        \u003curl\u003ehttps://qbic-repo.qbic.uni-tuebingen.de/repository/maven-releases\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\nThen include this library as an artifact.\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003elife.qbic\u003c/groupId\u003e\n    \u003cartifactId\u003exml-manager-lib\u003c/artifactId\u003e\n    \u003cversion\u003e[version]\u003c/version\u003e\n\u003c/dependency\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbicsoftware%2Fxml-manager-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqbicsoftware%2Fxml-manager-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbicsoftware%2Fxml-manager-lib/lists"}