Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.gojek.clickstream |
ArtifactId | ArtifactIdclickstream-util |
Version | Version0.2.36 |
Type | Typeaar |
Filename | Size |
---|---|
clickstream-util-0.2.36.pom | |
clickstream-util-0.2.36-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gojek.clickstream/clickstream-util/ -->
<dependency>
<groupId>com.gojek.clickstream</groupId>
<artifactId>clickstream-util</artifactId>
<version>0.2.36</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.clickstream/clickstream-util/
implementation 'com.gojek.clickstream:clickstream-util:0.2.36'
// https://jarcasting.com/artifacts/com.gojek.clickstream/clickstream-util/
implementation ("com.gojek.clickstream:clickstream-util:0.2.36")
'com.gojek.clickstream:clickstream-util:aar:0.2.36'
<dependency org="com.gojek.clickstream" name="clickstream-util" rev="0.2.36">
<artifact name="clickstream-util" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gojek.clickstream', module='clickstream-util', version='0.2.36')
)
libraryDependencies += "com.gojek.clickstream" % "clickstream-util" % "0.2.36"
[com.gojek.clickstream/clickstream-util "0.2.36"]