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