GroupId | GroupIdorg.openfast |
---|---|
ArtifactId | ArtifactIdopenfast |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
openfast-1.0.3.pom | |
openfast-1.0.3.jar | 346 KB |
openfast-1.0.3-sources.jar | 261 KB |
openfast-1.0.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openfast/openfast/ -->
<dependency>
<groupId>org.openfast</groupId>
<artifactId>openfast</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openfast/openfast/
implementation 'org.openfast:openfast:1.0.3'
// https://jarcasting.com/artifacts/org.openfast/openfast/
implementation ("org.openfast:openfast:1.0.3")
'org.openfast:openfast:jar:1.0.3'
<dependency org="org.openfast" name="openfast" rev="1.0.3">
<artifact name="openfast" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openfast', module='openfast', version='1.0.3')
)
libraryDependencies += "org.openfast" % "openfast" % "1.0.3"
[org.openfast/openfast "1.0.3"]