| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.sensorsdata.focus |
| ArtifactId | ArtifactIdwebhook-helper |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| webhook-helper-0.2.0.pom | |
| webhook-helper-0.2.0.jar | 5 MB |
| webhook-helper-0.2.0-sources.jar | 20 KB |
| webhook-helper-0.2.0-javadoc.jar | 130 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sensorsdata.focus/webhook-helper/ -->
<dependency>
<groupId>com.sensorsdata.focus</groupId>
<artifactId>webhook-helper</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sensorsdata.focus/webhook-helper/
implementation 'com.sensorsdata.focus:webhook-helper:0.2.0'
// https://jarcasting.com/artifacts/com.sensorsdata.focus/webhook-helper/
implementation ("com.sensorsdata.focus:webhook-helper:0.2.0")
'com.sensorsdata.focus:webhook-helper:jar:0.2.0'
<dependency org="com.sensorsdata.focus" name="webhook-helper" rev="0.2.0">
<artifact name="webhook-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sensorsdata.focus', module='webhook-helper', version='0.2.0')
)
libraryDependencies += "com.sensorsdata.focus" % "webhook-helper" % "0.2.0"
[com.sensorsdata.focus/webhook-helper "0.2.0"]