MVN

com.github.cowwoc.requirements : natives

Maven & Gradle

Jun 25, 2023
8 stars

Native component of the Requirements API.

<dependency>
    <groupId>com.github.cowwoc.requirements</groupId>
    <artifactId>natives</artifactId>
    <version>8.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cowwoc.requirements : natives to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.10

All Versions

Choose a version of com.github.cowwoc.requirements : natives to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
natives-8.0.10
natives-8.0.9
natives-8.0.7
natives-8.0.6
natives-8.0.5
natives-8.0.4
natives-8.0.3
natives-8.0.2
natives-8.0.1
natives-8.0.0
7.0.x
natives-7.0.4
natives-7.0.3
natives-7.0.2
natives-7.0.1
natives-7.0.0
6.1.x
natives-6.1.0
6.0.x
natives-6.0.4
natives-6.0.3
natives-6.0.2
natives-6.0.1
natives-6.0.0

How to add a dependency to Maven

Add the following com.github.cowwoc.requirements : natives maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cowwoc.requirements</groupId>
    <artifactId>natives</artifactId>
    <version>8.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cowwoc.requirements : natives gradle dependency to your build.gradle file:

implementation 'com.github.cowwoc.requirements:natives:8.0.10'

Gradle Kotlin DSL: Add the following com.github.cowwoc.requirements : natives gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cowwoc.requirements:natives:8.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cowwoc.requirements : natives sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cowwoc.requirements" % "natives" % "8.0.10"