| License |
License |
|---|---|
| GroupId | GroupIdcom.qcefast |
| ArtifactId | ArtifactIdopenFast |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOpenFast
Automate using the FAST Framework!
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| openFast-1.0.3.pom | |
| openFast-1.0.3.jar | 36 MB |
| openFast-1.0.3-sources.jar | 3 KB |
| openFast-1.0.3-javadoc.jar | 120 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.qcefast/openFast/ -->
<dependency>
<groupId>com.qcefast</groupId>
<artifactId>openFast</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.qcefast/openFast/
implementation 'com.qcefast:openFast:1.0.3'
// https://jarcasting.com/artifacts/com.qcefast/openFast/
implementation ("com.qcefast:openFast:1.0.3")
'com.qcefast:openFast:jar:1.0.3'
<dependency org="com.qcefast" name="openFast" rev="1.0.3">
<artifact name="openFast" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qcefast', module='openFast', version='1.0.3')
)
libraryDependencies += "com.qcefast" % "openFast" % "1.0.3"
[com.qcefast/openFast "1.0.3"]