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