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