MVN

org.sheinbergon : needle-core

Maven & Gradle

Jul 19, 2022
3 usages
2 stars

needle-core · Feature-rich CPU affinity for the JVM - Core library

<dependency>
    <groupId>org.sheinbergon</groupId>
    <artifactId>needle-core</artifactId>
    <version>0.4.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sheinbergon : needle-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0-RELEASE

All Versions

Choose a version of org.sheinbergon : needle-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
needle-core-0.4.0-RELEASE
0.3.x
needle-core-0.3.0-RELEASE
0.2.x
needle-core-0.2.1-RELEASE
needle-core-0.2.0-RELEASE
0.1.x
needle-core-0.1.4-RELEASE
needle-core-0.1.3-RELEASE
needle-core-0.1.2-RELEASE
needle-core-0.1.1-RELEASE
needle-core-0.1.0-RELEASE

How to add a dependency to Maven

Add the following org.sheinbergon : needle-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sheinbergon</groupId>
    <artifactId>needle-core</artifactId>
    <version>0.4.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sheinbergon : needle-core gradle dependency to your build.gradle file:

implementation 'org.sheinbergon:needle-core:0.4.0-RELEASE'

Gradle Kotlin DSL: Add the following org.sheinbergon : needle-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sheinbergon:needle-core:0.4.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sheinbergon : needle-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sheinbergon" % "needle-core" % "0.4.0-RELEASE"

Advertisement