org.epics.gpclient

The main library for the generic purpose JAVA EPICS client.

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.epics
Идентификатор

Идентификатор

gpclient-core
Последняя версия

Последняя версия

1.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

org.epics.gpclient
The main library for the generic purpose JAVA EPICS client.
Организация-разработчик

Организация-разработчик

EPICS

Скачать gpclient-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.epics/gpclient-core/ -->
<dependency>
    <groupId>org.epics</groupId>
    <artifactId>gpclient-core</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.epics/gpclient-core/
implementation 'org.epics:gpclient-core:1.0.5'
// https://jarcasting.com/artifacts/org.epics/gpclient-core/
implementation ("org.epics:gpclient-core:1.0.5")
'org.epics:gpclient-core:jar:1.0.5'
<dependency org="org.epics" name="gpclient-core" rev="1.0.5">
  <artifact name="gpclient-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.epics', module='gpclient-core', version='1.0.5')
)
libraryDependencies += "org.epics" % "gpclient-core" % "1.0.5"
[org.epics/gpclient-core "1.0.5"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.epics : vtype jar 1.0.4
org.epics : epics-util jar 1.0.4

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-core jar 2.22.0
org.hamcrest : hamcrest-all jar 1.3

Модули Проекта

Данный проект не имеет модулей.

EPICS Core Java Libraries Supermodule

This is a supermodule to build, test, bundle and deploy all Java/Maven modules of the EPICS Core Libraries. It also contains the EPICS parent POM that is inherited by all modules, and provides a convenience dependency POM that can be used by other projects to depend on a matching set of the EPICS Core libraries.

Code Submodules

Maven submodules/directories/projects contain the code of EPICS Core:

  • pvDataJava
  • pvAccessJava
  • normativeTypesJava
  • epics-util
  • epics-vtype
  • gpclient

One submodule creates the distribution tar/zip archives:

  • bundleJava

One directory/project provides the dependency POM:

  • epics-core

One (dummy) directory/project deploys the libraries to Maven Central:

  • epics-deploy

example code

https://github.com/epics-base/exampleJava/

Maven Profiles

with-examples

This profile (enabled by default) adds the directories/projects bundleJava as subprojects.

Disable this profile when deploying to Maven repositories, as the artifacts of these subprojects contain applications and no libraries.

release

This profile adds GPG signing of all artifacts.

Enable this profile when releasing/deploying to Sonatype / Maven Central repositories, as Sonatype requires all uploaded artifacts to be signed.

org.epics

EPICS Base

Projects maintained by the EPICS Core Developers group

Версии библиотеки

Версия
1.0.5
1.0.4
1.0.3
1.0.2-j8
1.0.2
1.0.1
1.0.0