d

detect-libc

Node.js module to detect the C standard library (libc) implementation family and version
https://github.com/lovell/detect-libc#readme
Apache-2.0
Lovell Fuller
lovell
Files download
File Operation
detect-libc-2.0.3.jar download
detect-libc-2.0.3.pom download
detect-libc-2.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvnpm</groupId>
  <artifactId>detect-libc</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm:detect-libc:2.0.3'
Gradle Kotlin
implementation("org.mvnpm:detect-libc:2.0.3")
Scala SBT
libraryDependencies += "org.mvnpm" % "detect-libc" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm', module='detect-libc', version='2.0.3')
)
Apache Ivy
<dependency org="org.mvnpm" name="detect-libc" rev="2.0.3" />
Leiningen
[org.mvnpm/detect-libc "2.0.3"]
Apache Buildr
'org.mvnpm:detect-libc:jar:2.0.3'
Dependencies
The project has no third-party dependencies