GroupId | GroupIdcom.github.dandelion |
---|---|
ArtifactId | ArtifactIddandelion-webanalytics |
Version | Version0.2.1 |
Type | Typepom |
Filename | Size |
---|---|
dandelion-webanalytics-0.2.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/dandelion-webanalytics/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-webanalytics</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-webanalytics/
implementation 'com.github.dandelion:dandelion-webanalytics:0.2.1'
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-webanalytics/
implementation ("com.github.dandelion:dandelion-webanalytics:0.2.1")
'com.github.dandelion:dandelion-webanalytics:pom:0.2.1'
<dependency org="com.github.dandelion" name="dandelion-webanalytics" rev="0.2.1">
<artifact name="dandelion-webanalytics" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='dandelion-webanalytics', version='0.2.1')
)
libraryDependencies += "com.github.dandelion" % "dandelion-webanalytics" % "0.2.1"
[com.github.dandelion/dandelion-webanalytics "0.2.1"]