Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.gojek.clickstream |
ArtifactId | ArtifactIdclickstream-logger |
Version | Version0.2.35-snapshot |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.gojek.clickstream/clickstream-logger/ -->
<dependency>
<groupId>com.gojek.clickstream</groupId>
<artifactId>clickstream-logger</artifactId>
<version>0.2.35-snapshot</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.clickstream/clickstream-logger/
implementation 'com.gojek.clickstream:clickstream-logger:0.2.35-snapshot'
// https://jarcasting.com/artifacts/com.gojek.clickstream/clickstream-logger/
implementation ("com.gojek.clickstream:clickstream-logger:0.2.35-snapshot")
'com.gojek.clickstream:clickstream-logger:aar:0.2.35-snapshot'
<dependency org="com.gojek.clickstream" name="clickstream-logger" rev="0.2.35-snapshot">
<artifact name="clickstream-logger" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gojek.clickstream', module='clickstream-logger', version='0.2.35-snapshot')
)
libraryDependencies += "com.gojek.clickstream" % "clickstream-logger" % "0.2.35-snapshot"
[com.gojek.clickstream/clickstream-logger "0.2.35-snapshot"]