License |
License |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdcom.sudicode |
ArtifactId | ArtifactIdgithub-extensions |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptiongithub-extensions
GitHub webhook running on Spring Boot.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
github-extensions-0.1.0.pom | |
github-extensions-0.1.0.jar | 14 MB |
github-extensions-0.1.0-sources.jar | 7 KB |
github-extensions-0.1.0-javadoc.jar | 59 KB |
github-extensions-0.1.0-exec.jar | 14 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sudicode/github-extensions/ -->
<dependency>
<groupId>com.sudicode</groupId>
<artifactId>github-extensions</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sudicode/github-extensions/
implementation 'com.sudicode:github-extensions:0.1.0'
// https://jarcasting.com/artifacts/com.sudicode/github-extensions/
implementation ("com.sudicode:github-extensions:0.1.0")
'com.sudicode:github-extensions:jar:0.1.0'
<dependency org="com.sudicode" name="github-extensions" rev="0.1.0">
<artifact name="github-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sudicode', module='github-extensions', version='0.1.0')
)
libraryDependencies += "com.sudicode" % "github-extensions" % "0.1.0"
[com.sudicode/github-extensions "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 1.5.8.RELEASE |
commons-codec : commons-codec | jar | 1.10 |
com.google.code.gson : gson | jar | 2.8.2 |
org.eclipse.mylyn.github : org.eclipse.egit.github.core | jar | 2.1.5 |
com.diffplug.durian : durian | jar | 3.4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.8.0 |
com.jayway.awaitility : awaitility | jar | 1.7.0 |
com.google.guava : guava | jar | 23.4-jre |