Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdio.github.cdklabs |
ArtifactId | ArtifactIdcdk-pipelines-github |
Version | Version0.2.3 |
Type | Typejar |
Filename | Size |
---|---|
cdk-pipelines-github-0.2.3.pom | |
cdk-pipelines-github-0.2.3.jar | 355 KB |
cdk-pipelines-github-0.2.3-sources.jar | 286 KB |
cdk-pipelines-github-0.2.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.cdklabs/cdk-pipelines-github/ -->
<dependency>
<groupId>io.github.cdklabs</groupId>
<artifactId>cdk-pipelines-github</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdklabs/cdk-pipelines-github/
implementation 'io.github.cdklabs:cdk-pipelines-github:0.2.3'
// https://jarcasting.com/artifacts/io.github.cdklabs/cdk-pipelines-github/
implementation ("io.github.cdklabs:cdk-pipelines-github:0.2.3")
'io.github.cdklabs:cdk-pipelines-github:jar:0.2.3'
<dependency org="io.github.cdklabs" name="cdk-pipelines-github" rev="0.2.3">
<artifact name="cdk-pipelines-github" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdklabs', module='cdk-pipelines-github', version='0.2.3')
)
libraryDependencies += "io.github.cdklabs" % "cdk-pipelines-github" % "0.2.3"
[io.github.cdklabs/cdk-pipelines-github "0.2.3"]