MVN

com.github.cowwoc.requirements : java

Maven & Gradle

Jun 25, 2023
1 usages
8 stars
<dependency>
    <groupId>com.github.cowwoc.requirements</groupId>
    <artifactId>java</artifactId>
    <version>8.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 8.0.10

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement