MVN

aws.sdk.kotlin : inspectorscan-jvm

Maven & Gradle

Nov 21, 2023
380 stars

inspectorscan · The AWS Kotlin client for Inspector Scan

<dependency>
    <groupId>aws.sdk.kotlin</groupId>
    <artifactId>inspectorscan-jvm</artifactId>
    <version>0.36.0-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of aws.sdk.kotlin : inspectorscan-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.36.0-beta
  • Latest Beta: 0.36.0-beta

All Versions

Choose a version of aws.sdk.kotlin : inspectorscan-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.36.x
inspectorscan-jvm-0.36.0-beta

How to add a dependency to Maven

Add the following aws.sdk.kotlin : inspectorscan-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>aws.sdk.kotlin</groupId>
    <artifactId>inspectorscan-jvm</artifactId>
    <version>0.36.0-beta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following aws.sdk.kotlin : inspectorscan-jvm gradle dependency to your build.gradle file:

implementation 'aws.sdk.kotlin:inspectorscan-jvm:0.36.0-beta'

Gradle Kotlin DSL: Add the following aws.sdk.kotlin : inspectorscan-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("aws.sdk.kotlin:inspectorscan-jvm:0.36.0-beta")

How to add a dependency to SBT Scala

SBT Scala: Add the following aws.sdk.kotlin : inspectorscan-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "aws.sdk.kotlin" % "inspectorscan-jvm" % "0.36.0-beta"

Advertisement