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