License |
License |
---|---|
GroupId | GroupIdorg.elypia.webhooker |
ArtifactId | ArtifactIdcore |
Last Version | Last Version2.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwebhooker
Webserver with single endpoint for managing webhooks and receiving payloads from clients.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-2.1.2.pom | |
core-2.1.2.jar | 10 KB |
core-2.1.2-sources.jar | 10 KB |
core-2.1.2-javadoc.jar | 425 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.elypia.webhooker/core/ -->
<dependency>
<groupId>org.elypia.webhooker</groupId>
<artifactId>core</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.elypia.webhooker/core/
implementation 'org.elypia.webhooker:core:2.1.2'
// https://jarcasting.com/artifacts/org.elypia.webhooker/core/
implementation ("org.elypia.webhooker:core:2.1.2")
'org.elypia.webhooker:core:jar:2.1.2'
<dependency org="org.elypia.webhooker" name="core" rev="2.1.2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elypia.webhooker', module='core', version='2.1.2')
)
libraryDependencies += "org.elypia.webhooker" % "core" % "2.1.2"
[org.elypia.webhooker/core "2.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.sparkjava : spark-core | jar | 2.9.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
com.google.code.gson : gson | jar | 2.8.5 |