MVN

io.github.helbing.astrojsaws : construct

Maven & Gradle

May 18, 2023
4 stars

io.github.helbing.astrojsaws:construct · The CDK Construct Library of Astro

<dependency>
    <groupId>io.github.helbing.astrojsaws</groupId>
    <artifactId>construct</artifactId>
    <version>0.0.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.helbing.astrojsaws : construct to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.20

All Versions

Choose a version of io.github.helbing.astrojsaws : construct to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
construct-0.0.20
construct-0.0.19
construct-0.0.18
construct-0.0.17
construct-0.0.16
construct-0.0.14
construct-0.0.13
construct-0.0.10
construct-0.0.9
construct-0.0.8
construct-0.0.7
construct-0.0.6

How to add a dependency to Maven

Add the following io.github.helbing.astrojsaws : construct maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.helbing.astrojsaws</groupId>
    <artifactId>construct</artifactId>
    <version>0.0.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.helbing.astrojsaws : construct gradle dependency to your build.gradle file:

implementation 'io.github.helbing.astrojsaws:construct:0.0.20'

Gradle Kotlin DSL: Add the following io.github.helbing.astrojsaws : construct gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.helbing.astrojsaws:construct:0.0.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.helbing.astrojsaws : construct sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.helbing.astrojsaws" % "construct" % "0.0.20"

Advertisement