EPICS Core Libraries POM

The EPICS Core Libraries contain the Java implementation of EPICS.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

7.0.7
Дата

Дата

Тип

Тип

pom
Описание

Описание

EPICS Core Libraries POM
The EPICS Core Libraries contain the Java implementation of EPICS.
Ссылка на сайт

Ссылка на сайт

https://github.com/epics-base/epicsCoreJava
Организация-разработчик

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

EPICS

Скачать epics-core

Имя Файла Размер
epics-core-7.0.7.pom 1 KB
Обзор

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

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.epics : epics-util jar 1.0.4
org.epics : epics-pvdata jar 6.1.6
org.epics : epics-ntypes jar 0.3.6
org.epics : epics-pvaccess jar 5.1.6
org.epics : jca jar 2.4.6

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

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

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

Версия
7.0.7
7.0.6
7.0.5-j8
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
4.6.0-pre1
4.6.0
4.6.0-rc1