io.github.mazixi:webhook-starter

Parent pom providing dependency and plugin management for applications built with Maven

License

License

GroupId

GroupId

io.github.mazixi
ArtifactId

ArtifactId

webhook-starter
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Parent pom providing dependency and plugin management for applications built with Maven
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/webhook-starter
Source Code Management

Source Code Management

https://github.com/mazixi/webhook-starter

Download webhook-starter

How to add to project

<!-- 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"]

Dependencies

compile (9)

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

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.4.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0