License |
License |
---|---|
Categories |
CategoriesQuerydsl Data Databases |
GroupId | GroupIdcom.querydsl.webhooks |
ArtifactId | ArtifactIdgh-review-window |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGitHub Review Window
A GitHub Wehook implementation for blocking Pull Requests until the review period has passed
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gh-review-window-0.1.pom | |
gh-review-window-0.1.jar | 7 KB |
gh-review-window-0.1-sources.jar | 3 KB |
gh-review-window-0.1-javadoc.jar | 24 KB |
gh-review-window-0.1-full.jar | 15 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.querydsl.webhooks/gh-review-window/ -->
<dependency>
<groupId>com.querydsl.webhooks</groupId>
<artifactId>gh-review-window</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.querydsl.webhooks/gh-review-window/
implementation 'com.querydsl.webhooks:gh-review-window:0.1'
// https://jarcasting.com/artifacts/com.querydsl.webhooks/gh-review-window/
implementation ("com.querydsl.webhooks:gh-review-window:0.1")
'com.querydsl.webhooks:gh-review-window:jar:0.1'
<dependency org="com.querydsl.webhooks" name="gh-review-window" rev="0.1">
<artifact name="gh-review-window" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.querydsl.webhooks', module='gh-review-window', version='0.1')
)
libraryDependencies += "com.querydsl.webhooks" % "gh-review-window" % "0.1"
[com.querydsl.webhooks/gh-review-window "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.shredder121 : gh-event-api | jar | 0.2 |
org.kohsuke : github-api | jar | 1.70 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
com.jayway.restassured : rest-assured | jar | 2.5.0 |