GroupId | GroupIdio.github.mazixi |
---|---|
ArtifactId | ArtifactIdwebhook-starter |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
webhook-starter-1.0.0.pom | |
webhook-starter-1.0.0.jar | 38 KB |
webhook-starter-1.0.0-sources.jar | 17 KB |
webhook-starter-1.0.0-javadoc.jar | 148 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mazixi/webhook-starter/ -->
<dependency>
<groupId>io.github.mazixi</groupId>
<artifactId>webhook-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mazixi/webhook-starter/
implementation 'io.github.mazixi:webhook-starter:1.0.0'
// https://jarcasting.com/artifacts/io.github.mazixi/webhook-starter/
implementation ("io.github.mazixi:webhook-starter:1.0.0")
'io.github.mazixi:webhook-starter:jar:1.0.0'
<dependency org="io.github.mazixi" name="webhook-starter" rev="1.0.0">
<artifact name="webhook-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mazixi', module='webhook-starter', version='1.0.0')
)
libraryDependencies += "io.github.mazixi" % "webhook-starter" % "1.0.0"
[io.github.mazixi/webhook-starter "1.0.0"]