| Группа | Группаcom.onegevity |
|---|---|
| Идентификатор | Идентификаторonegevity-patients-sdk |
| Версия | Версия1.0.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.onegevity/onegevity-patients-sdk/ -->
<dependency>
<groupId>com.onegevity</groupId>
<artifactId>onegevity-patients-sdk</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.onegevity/onegevity-patients-sdk/
implementation 'com.onegevity:onegevity-patients-sdk:1.0.0'
// https://jarcasting.com/artifacts/com.onegevity/onegevity-patients-sdk/
implementation ("com.onegevity:onegevity-patients-sdk:1.0.0")
'com.onegevity:onegevity-patients-sdk:jar:1.0.0'
<dependency org="com.onegevity" name="onegevity-patients-sdk" rev="1.0.0">
<artifact name="onegevity-patients-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.onegevity', module='onegevity-patients-sdk', version='1.0.0')
)
libraryDependencies += "com.onegevity" % "onegevity-patients-sdk" % "1.0.0"
[com.onegevity/onegevity-patients-sdk "1.0.0"]