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

org.epics:vtype 1.0.3

Definition and basic implementation for value types.

Группа

Группа

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

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

vtype
Версия

Версия

1.0.3
Тип

Тип

jar

Скачать vtype 1.0.3


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