is not current version
Last Version 1.0.4

org.epics:vtype 1.0.2

Definition and basic implementation for value types.

GroupId

GroupId

org.epics
ArtifactId

ArtifactId

vtype
Version

Version

1.0.2
Type

Type

jar

Download vtype 1.0.2


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