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