MVN

com.sap.oss.phosphor : fosstars-rating-core

Maven & Gradle

Aug 15, 2023
53 stars

Fosstars Rating Core · A framework for defining ratings for open-source projects. In particular, the framework offers a security rating for open-source projects that may be used to assess the security risk that comes with open-source components.

<dependency>
    <groupId>com.sap.oss.phosphor</groupId>
    <artifactId>fosstars-rating-core</artifactId>
    <version>1.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.oss.phosphor : fosstars-rating-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14.0

All Versions

Choose a version of com.sap.oss.phosphor : fosstars-rating-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14.x
fosstars-rating-core-1.14.0
1.13.x
fosstars-rating-core-1.13.0
1.12.x
fosstars-rating-core-1.12.0
1.11.x
fosstars-rating-core-1.11.1
fosstars-rating-core-1.11.0
1.10.x
fosstars-rating-core-1.10.1
fosstars-rating-core-1.10.0
1.9.x
fosstars-rating-core-1.9.0
1.8.x
fosstars-rating-core-1.8.0
1.7.x
fosstars-rating-core-1.7.0
1.6.x
fosstars-rating-core-1.6.0
1.5.x
fosstars-rating-core-1.5.0
1.4.x
fosstars-rating-core-1.4.0
1.3.x
fosstars-rating-core-1.3.0
1.2.x
fosstars-rating-core-1.2.0
1.1.x
fosstars-rating-core-1.1.0
1.0.x
fosstars-rating-core-1.0.0
0.13.x
fosstars-rating-core-0.13.0
0.12.x
fosstars-rating-core-0.12.0

How to add a dependency to Maven

Add the following com.sap.oss.phosphor : fosstars-rating-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sap.oss.phosphor</groupId>
    <artifactId>fosstars-rating-core</artifactId>
    <version>1.14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sap.oss.phosphor : fosstars-rating-core gradle dependency to your build.gradle file:

implementation 'com.sap.oss.phosphor:fosstars-rating-core:1.14.0'

Gradle Kotlin DSL: Add the following com.sap.oss.phosphor : fosstars-rating-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sap.oss.phosphor:fosstars-rating-core:1.14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sap.oss.phosphor : fosstars-rating-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sap.oss.phosphor" % "fosstars-rating-core" % "1.14.0"

Advertisement