GroupId | GroupIdio.github.cdklabs |
---|---|
ArtifactId | ArtifactIdprojen |
Version | Version0.28.8 |
Type | Typejar |
Filename | Size |
---|---|
projen-0.28.8.pom | |
projen-0.28.8.jar | 3 MB |
projen-0.28.8-sources.jar | 3 MB |
projen-0.28.8-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.cdklabs/projen/ -->
<dependency>
<groupId>io.github.cdklabs</groupId>
<artifactId>projen</artifactId>
<version>0.28.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdklabs/projen/
implementation 'io.github.cdklabs:projen:0.28.8'
// https://jarcasting.com/artifacts/io.github.cdklabs/projen/
implementation ("io.github.cdklabs:projen:0.28.8")
'io.github.cdklabs:projen:jar:0.28.8'
<dependency org="io.github.cdklabs" name="projen" rev="0.28.8">
<artifact name="projen" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdklabs', module='projen', version='0.28.8')
)
libraryDependencies += "io.github.cdklabs" % "projen" % "0.28.8"
[io.github.cdklabs/projen "0.28.8"]