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