is not current version
Last Version 1.1.1

org.openfast:openfast 1.0.2

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

GroupId

GroupId

org.openfast
ArtifactId

ArtifactId

openfast
Version

Version

1.0.2
Type

Type

jar

Download openfast 1.0.2


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