License |
License |
---|---|
GroupId | GroupIdio.github.julianobrl |
ArtifactId | ArtifactIdwebhooks |
Version | Version1.0-RELEASE |
Type | Typejar |
Description |
Descriptionio.github.julianobrl:webhooks
Demo project for Spring Boot
|
Filename | Size |
---|---|
webhooks-1.0-RELEASE.pom | |
webhooks-1.0-RELEASE.jar | 16 MB |
webhooks-1.0-RELEASE-sources.jar | 6 KB |
webhooks-1.0-RELEASE-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.julianobrl/webhooks/ -->
<dependency>
<groupId>io.github.julianobrl</groupId>
<artifactId>webhooks</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.julianobrl/webhooks/
implementation 'io.github.julianobrl:webhooks:1.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.julianobrl/webhooks/
implementation ("io.github.julianobrl:webhooks:1.0-RELEASE")
'io.github.julianobrl:webhooks:jar:1.0-RELEASE'
<dependency org="io.github.julianobrl" name="webhooks" rev="1.0-RELEASE">
<artifact name="webhooks" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.julianobrl', module='webhooks', version='1.0-RELEASE')
)
libraryDependencies += "io.github.julianobrl" % "webhooks" % "1.0-RELEASE"
[io.github.julianobrl/webhooks "1.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.6.1 |
org.projectlombok : lombok Optional | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools Optional | jar | 2.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.1 |