| GroupId | GroupIdorg.openfast |
|---|---|
| ArtifactId | ArtifactIdopenfast |
| Version | Version0.9.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| openfast-0.9.6.pom | |
| openfast-0.9.6.jar | 238 KB |
| openfast-0.9.6-src.zip | 2 MB |
| openfast-0.9.6-src.tar.gz | 1 MB |
| openfast-0.9.6-sources.jar | 170 KB |
| openfast-0.9.6-javadoc.jar | 771 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openfast/openfast/ -->
<dependency>
<groupId>org.openfast</groupId>
<artifactId>openfast</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.openfast/openfast/
implementation 'org.openfast:openfast:0.9.6'
// https://jarcasting.com/artifacts/org.openfast/openfast/
implementation ("org.openfast:openfast:0.9.6")
'org.openfast:openfast:jar:0.9.6'
<dependency org="org.openfast" name="openfast" rev="0.9.6">
<artifact name="openfast" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openfast', module='openfast', version='0.9.6')
)
libraryDependencies += "org.openfast" % "openfast" % "0.9.6"
[org.openfast/openfast "0.9.6"]