License |
License |
---|---|
GroupId | GroupIdio.github.mazixi |
ArtifactId | ArtifactIdwebhook-starter |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
webhook-starter-1.0.1.pom | |
webhook-starter-1.0.1.jar | 38 KB |
webhook-starter-1.0.1-sources.jar | 17 KB |
webhook-starter-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mazixi/webhook-starter/
implementation 'io.github.mazixi:webhook-starter:1.0.1'
// https://jarcasting.com/artifacts/io.github.mazixi/webhook-starter/
implementation ("io.github.mazixi:webhook-starter:1.0.1")
'io.github.mazixi:webhook-starter:jar:1.0.1'
<dependency org="io.github.mazixi" name="webhook-starter" rev="1.0.1">
<artifact name="webhook-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mazixi', module='webhook-starter', version='1.0.1')
)
libraryDependencies += "io.github.mazixi" % "webhook-starter" % "1.0.1"
[io.github.mazixi/webhook-starter "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.4.RELEASE |
org.projectlombok : lombok | jar | 1.18.16 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.4.RELEASE |
com.alibaba : fastjson | jar | 1.2.62 |
org.apache.httpcomponents : httpclient | jar | 4.5.8 |
org.aspectj : aspectjweaver | jar | 1.9.5 |
org.aspectj : aspectjrt | jar | 1.9.5 |
org.yaml : snakeyaml | jar | 1.23 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.4.RELEASE |