Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.capitalone.dashboard |
ArtifactId | ArtifactIdgithub-scm-collector |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.capitalone.dashboard/github-scm-collector/ -->
<dependency>
<groupId>com.capitalone.dashboard</groupId>
<artifactId>github-scm-collector</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.capitalone.dashboard/github-scm-collector/
implementation 'com.capitalone.dashboard:github-scm-collector:2.0.0'
// https://jarcasting.com/artifacts/com.capitalone.dashboard/github-scm-collector/
implementation ("com.capitalone.dashboard:github-scm-collector:2.0.0")
'com.capitalone.dashboard:github-scm-collector:jar:2.0.0'
<dependency org="com.capitalone.dashboard" name="github-scm-collector" rev="2.0.0">
<artifact name="github-scm-collector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.capitalone.dashboard', module='github-scm-collector', version='2.0.0')
)
libraryDependencies += "com.capitalone.dashboard" % "github-scm-collector" % "2.0.0"
[com.capitalone.dashboard/github-scm-collector "2.0.0"]