MVN

io.openscore : hello-score

Maven & Gradle

Mar 05, 2015
<dependency>
    <groupId>io.openscore</groupId>
    <artifactId>hello-score</artifactId>
    <version>0.1.266</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.openscore : hello-score to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.266

All Versions

Choose a version of io.openscore : hello-score to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
hello-score-0.1.266
hello-score-0.1.264
hello-score-0.1.251

How to add a dependency to Maven

Add the following io.openscore : hello-score maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.openscore</groupId>
    <artifactId>hello-score</artifactId>
    <version>0.1.266</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.openscore : hello-score gradle dependency to your build.gradle file:

implementation 'io.openscore:hello-score:0.1.266'

Gradle Kotlin DSL: Add the following io.openscore : hello-score gradle kotlin dependency to your build.gradle.kts file:

implementation("io.openscore:hello-score:0.1.266")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.openscore : hello-score sbt scala dependency to your build.sbt file:

libraryDependencies += "io.openscore" % "hello-score" % "0.1.266"

Advertisement