Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.github.matthewbeasley |
ArtifactId | ArtifactIdgithub-scm-collector |
Last Version | Last Version2.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
github-scm-collector-2.0.6.pom | |
github-scm-collector-2.0.6-sources.jar | 14 KB |
github-scm-collector-2.0.6-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.matthewbeasley/github-scm-collector/ -->
<dependency>
<groupId>com.github.matthewbeasley</groupId>
<artifactId>github-scm-collector</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.matthewbeasley/github-scm-collector/
implementation 'com.github.matthewbeasley:github-scm-collector:2.0.6'
// https://jarcasting.com/artifacts/com.github.matthewbeasley/github-scm-collector/
implementation ("com.github.matthewbeasley:github-scm-collector:2.0.6")
'com.github.matthewbeasley:github-scm-collector:jar:2.0.6'
<dependency org="com.github.matthewbeasley" name="github-scm-collector" rev="2.0.6">
<artifact name="github-scm-collector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.matthewbeasley', module='github-scm-collector', version='2.0.6')
)
libraryDependencies += "com.github.matthewbeasley" % "github-scm-collector" % "2.0.6"
[com.github.matthewbeasley/github-scm-collector "2.0.6"]