MVN

org.eclipse.sw360 : client

Maven & Gradle

Sep 27, 2023
115 stars

SW360 Client · Sw360 client utility library

<dependency>
    <groupId>org.eclipse.sw360</groupId>
    <artifactId>client</artifactId>
    <version>17.0.0-m1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.sw360 : client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17.0.0-m1

All Versions

Choose a version of org.eclipse.sw360 : client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
17.0.x
client-17.0.0-m1

How to add a dependency to Maven

Add the following org.eclipse.sw360 : client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.sw360</groupId>
    <artifactId>client</artifactId>
    <version>17.0.0-m1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.sw360 : client gradle dependency to your build.gradle file:

implementation 'org.eclipse.sw360:client:17.0.0-m1'

Gradle Kotlin DSL: Add the following org.eclipse.sw360 : client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.sw360:client:17.0.0-m1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.sw360 : client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.sw360" % "client" % "17.0.0-m1"

Advertisement