{"id":40788188,"url":"https://github.com/epics-base/jca","last_synced_at":"2026-01-21T19:42:45.433Z","repository":{"id":21684323,"uuid":"93767163","full_name":"epics-base/jca","owner":"epics-base","description":"Java Channel Access client API","archived":false,"fork":false,"pushed_at":"2024-07-25T14:35:53.000Z","size":1691,"stargazers_count":8,"open_issues_count":14,"forks_count":14,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-05-29T19:09:37.875Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.javadoc.io/doc/org.epics/jca/latest/index.html","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epics-base.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-06-08T15:51:57.000Z","updated_at":"2024-07-03T14:32:40.000Z","dependencies_parsed_at":"2023-12-14T23:26:40.293Z","dependency_job_id":"1f97defe-5726-47ab-ab80-3f7198a9ea59","html_url":"https://github.com/epics-base/jca","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/epics-base/jca","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epics-base%2Fjca","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epics-base%2Fjca/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epics-base%2Fjca/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epics-base%2Fjca/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epics-base","download_url":"https://codeload.github.com/epics-base/jca/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epics-base%2Fjca/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28641279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-21T19:42:45.373Z","updated_at":"2026-01-21T19:42:45.422Z","avatar_url":"https://github.com/epics-base.png","language":"Java","funding_links":[],"categories":["Base"],"sub_categories":["Network Protocols"],"readme":"# jca [![Build Status](https://github.com/epics-base/jca/actions/workflows/build.yml/badge.svg)](https://github.com/epics-base/jca/actions/workflows/build.yml)\n\nJava Channel Access client and server API and a pure java implementation for both.\n\n### Java Requirements\n\n- Java 8 or later JDK (e.g., [Oracle Java SE](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html))\n- [Maven 2.x](https://maven.apache.org/)\n\n### Download jca\n\n**Latest release**  \n\nThe jca artifacts are hosted on maven centeral and can be downloaded from https://mvnrepository.com/artifact/org.epics/jca  \n\nYou can also directly download the jca jars along with their sources and javadocs from    \n[jca-2.4.8 jars](https://repo1.maven.org/maven2/org/epics/jca/2.4.8/)\n\nThe javadocs are also available online:  \n[jca-2.4.8-javadocs](https://www.javadoc.io/doc/org.epics/jca/latest/index.html)\n\n**Development Release**  \nYou can also download the lastest development snapshots from the sonatype snapshot repository\n\n[Download jca-2.4.9-SNAPSHOT jars](https://oss.sonatype.org/content/repositories/snapshots/org/epics/jca/2.4.9-SNAPSHOT/)\n\nor add the sonatype repository to your pom\n\n```\n\u003c!-- Explicitly declare snapshot repository --\u003e\n\u003crepositories\u003e\n  \u003crepository\u003e\n    \u003cid\u003esonatype-nexus-snapshots\u003c/id\u003e\n    \u003cname\u003eOSS Snapshots\u003c/name\u003e\n    \u003curl\u003ehttps://oss.sonatype.org/content/repositories/snapshots\u003c/url\u003e\n  \u003c/repository\u003e\n\u003c/repositories\u003e\n\u003cdependencies\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003eorg.epics\u003c/groupId\u003e\n    \u003cartifactId\u003ejca\u003c/artifactId\u003e\n    \u003cversion\u003e2.4.9-SNAPSHOT\u003c/version\u003e\n  \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n**Archived Release**  \n\nOlder released of jca are archived [here](https://repo1.maven.org/maven2/org/epics/jca/)\n\n### Build/Install\n\nClone the Git repository and run a Maven `install` in the top directory.\n```\n$ git clone https://github.com/epics-base/jca.git\n$ cd jca\n$ mvn install\n```\n### Getting Started\n\nThe [BasicExamples](https://github.com/epics-base/jca/blob/master/test/gov/aps/jca/test/BasicExample.java) shows a simple example on how to connect, read, write, and monitor a pv.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepics-base%2Fjca","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepics-base%2Fjca","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepics-base%2Fjca/lists"}