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

org.openfast:openfast 0.9.8

OpenFAST is a 100% Java implementation of the FAST Protocol.

Группа

Группа

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

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

openfast
Версия

Версия

0.9.8
Тип

Тип

jar

Скачать openfast 0.9.8


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