org.epics.vtype

Definition and basic implementation for value types.

License

License

GroupId

GroupId

org.epics
ArtifactId

ArtifactId

vtype
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

org.epics.vtype
Definition and basic implementation for value types.
Project Organization

Project Organization

EPICS

Download vtype

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.epics : epics-util jar 1.0.4

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 2.0.2-beta
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.4
1.0.3
1.0.2-j8
1.0.2
1.0.1
1.0.0