MVN

org.eclipse.edc.aws : technology-aws-versions

Maven & Gradle

May 24, 2024
4 stars

version-catalog · edc :: version-catalog

<dependency>
    <groupId>org.eclipse.edc.aws</groupId>
    <artifactId>technology-aws-versions</artifactId>
    <version>0.0.1-dontuse</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.edc.aws : technology-aws-versions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-dontuse

All Versions

Choose a version of org.eclipse.edc.aws : technology-aws-versions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
technology-aws-versions-0.0.1-dontuse

How to add a dependency to Maven

Add the following org.eclipse.edc.aws : technology-aws-versions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.edc.aws</groupId>
    <artifactId>technology-aws-versions</artifactId>
    <version>0.0.1-dontuse</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.edc.aws : technology-aws-versions gradle dependency to your build.gradle file:

implementation 'org.eclipse.edc.aws:technology-aws-versions:0.0.1-dontuse'

Gradle Kotlin DSL: Add the following org.eclipse.edc.aws : technology-aws-versions gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.edc.aws:technology-aws-versions:0.0.1-dontuse")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.edc.aws : technology-aws-versions sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.edc.aws" % "technology-aws-versions" % "0.0.1-dontuse"