| License |
License |
|---|---|
| GroupId | GroupIdorg.openfast |
| ArtifactId | ArtifactIdopenfast |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOpenFAST
OpenFAST is a 100% Java implementation of the FAST Protocol.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| openfast-1.1.1.pom | |
| openfast-1.1.1.jar | 328 KB |
| openfast-1.1.1-sources.jar | 252 KB |
| openfast-1.1.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openfast/openfast/ -->
<dependency>
<groupId>org.openfast</groupId>
<artifactId>openfast</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openfast/openfast/
implementation 'org.openfast:openfast:1.1.1'
// https://jarcasting.com/artifacts/org.openfast/openfast/
implementation ("org.openfast:openfast:1.1.1")
'org.openfast:openfast:jar:1.1.1'
<dependency org="org.openfast" name="openfast" rev="1.1.1">
<artifact name="openfast" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openfast', module='openfast', version='1.1.1')
)
libraryDependencies += "org.openfast" % "openfast" % "1.1.1"
[org.openfast/openfast "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-cli : commons-cli Optional | jar | 1.1 |
| com.thoughtworks.xstream : xstream Optional | jar | 1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |