Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.posthog.java |
ArtifactId | ArtifactIdposthog |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
posthog-1.0.0.pom | |
posthog-1.0.0.jar | 13 KB |
posthog-1.0.0-sources.jar | 6 KB |
posthog-1.0.0-javadoc.jar | 148 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.posthog.java/posthog/ -->
<dependency>
<groupId>com.posthog.java</groupId>
<artifactId>posthog</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.posthog.java/posthog/
implementation 'com.posthog.java:posthog:1.0.0'
// https://jarcasting.com/artifacts/com.posthog.java/posthog/
implementation ("com.posthog.java:posthog:1.0.0")
'com.posthog.java:posthog:jar:1.0.0'
<dependency org="com.posthog.java" name="posthog" rev="1.0.0">
<artifact name="posthog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.posthog.java', module='posthog', version='1.0.0')
)
libraryDependencies += "com.posthog.java" % "posthog" % "1.0.0"
[com.posthog.java/posthog "1.0.0"]