Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.health-hope |
ArtifactId | ArtifactIdhealth-ai-sdk-java |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
health-ai-sdk-java-2.0.1.pom | |
health-ai-sdk-java-2.0.1.jar | 29 KB |
health-ai-sdk-java-2.0.1-sources.jar | 17 KB |
health-ai-sdk-java-2.0.1-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.health-hope/health-ai-sdk-java/ -->
<dependency>
<groupId>com.github.health-hope</groupId>
<artifactId>health-ai-sdk-java</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.health-hope/health-ai-sdk-java/
implementation 'com.github.health-hope:health-ai-sdk-java:2.0.1'
// https://jarcasting.com/artifacts/com.github.health-hope/health-ai-sdk-java/
implementation ("com.github.health-hope:health-ai-sdk-java:2.0.1")
'com.github.health-hope:health-ai-sdk-java:jar:2.0.1'
<dependency org="com.github.health-hope" name="health-ai-sdk-java" rev="2.0.1">
<artifact name="health-ai-sdk-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.health-hope', module='health-ai-sdk-java', version='2.0.1')
)
libraryDependencies += "com.github.health-hope" % "health-ai-sdk-java" % "2.0.1"
[com.github.health-hope/health-ai-sdk-java "2.0.1"]