Files download
File Operation
projen-0.81.3.jar download
projen-0.81.3.pom download
projen-0.81.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.cdklabs</groupId>
  <artifactId>projen</artifactId>
  <version>0.81.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.cdklabs:projen:0.81.3'
Gradle Kotlin
implementation("io.github.cdklabs:projen:0.81.3")
Scala SBT
libraryDependencies += "io.github.cdklabs" % "projen" % "0.81.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.cdklabs', module='projen', version='0.81.3')
)
Apache Ivy
<dependency org="io.github.cdklabs" name="projen" rev="0.81.3" />
Leiningen
[io.github.cdklabs/projen "0.81.3"]
Apache Buildr
'io.github.cdklabs:projen:jar:0.81.3'