GroupId | GroupIdcom.hifiveai |
---|---|
ArtifactId | ArtifactIdhifive-openapi |
Version | Version4.1.2_5-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hifiveai/hifive-openapi/ -->
<dependency>
<groupId>com.hifiveai</groupId>
<artifactId>hifive-openapi</artifactId>
<version>4.1.2_5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.hifiveai/hifive-openapi/
implementation 'com.hifiveai:hifive-openapi:4.1.2_5-RELEASE'
// https://jarcasting.com/artifacts/com.hifiveai/hifive-openapi/
implementation ("com.hifiveai:hifive-openapi:4.1.2_5-RELEASE")
'com.hifiveai:hifive-openapi:jar:4.1.2_5-RELEASE'
<dependency org="com.hifiveai" name="hifive-openapi" rev="4.1.2_5-RELEASE">
<artifact name="hifive-openapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hifiveai', module='hifive-openapi', version='4.1.2_5-RELEASE')
)
libraryDependencies += "com.hifiveai" % "hifive-openapi" % "4.1.2_5-RELEASE"
[com.hifiveai/hifive-openapi "4.1.2_5-RELEASE"]