| GroupId | GroupIdcom.onegevity |
|---|---|
| ArtifactId | ArtifactIdonegevity-surveys-sdk |
| Version | Version1.0.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.onegevity/onegevity-surveys-sdk/ -->
<dependency>
<groupId>com.onegevity</groupId>
<artifactId>onegevity-surveys-sdk</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.onegevity/onegevity-surveys-sdk/
implementation 'com.onegevity:onegevity-surveys-sdk:1.0.1'
// https://jarcasting.com/artifacts/com.onegevity/onegevity-surveys-sdk/
implementation ("com.onegevity:onegevity-surveys-sdk:1.0.1")
'com.onegevity:onegevity-surveys-sdk:jar:1.0.1'
<dependency org="com.onegevity" name="onegevity-surveys-sdk" rev="1.0.1">
<artifact name="onegevity-surveys-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.onegevity', module='onegevity-surveys-sdk', version='1.0.1')
)
libraryDependencies += "com.onegevity" % "onegevity-surveys-sdk" % "1.0.1"
[com.onegevity/onegevity-surveys-sdk "1.0.1"]