org.epics.vtype

Definition and basic implementation for value types.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

org.epics.vtype
Definition and basic implementation for value types.
Организация-разработчик

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

EPICS

Скачать vtype

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

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

Зависимости

compile (1)

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

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-all jar 2.0.2-beta
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.4
1.0.3
1.0.2-j8
1.0.2
1.0.1
1.0.0