p

physical-cores

A small utility for finding the number of physical CPU cores.
https://github.com/veddan/java-physical-cores
Apache License, Version 2.0
Viktor Dahl
Files download
File Operation
physical-cores-0.2.jar download
physical-cores-0.2.pom download
physical-cores-0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.veddan</groupId>
  <artifactId>physical-cores</artifactId>
  <version>0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.veddan:physical-cores:0.2'
Gradle Kotlin
implementation("com.github.veddan:physical-cores:0.2")
Scala SBT
libraryDependencies += "com.github.veddan" % "physical-cores" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.veddan', module='physical-cores', version='0.2')
)
Apache Ivy
<dependency org="com.github.veddan" name="physical-cores" rev="0.2" />
Leiningen
[com.github.veddan/physical-cores "0.2"]
Apache Buildr
'com.github.veddan:physical-cores:jar:0.2'
Dependencies