MVN

io.github.pquiring : javaforce

Maven & Gradle

Jul 20, 2023
51 stars

javaforce · javaforce

<dependency>
    <groupId>io.github.pquiring</groupId>
    <artifactId>javaforce</artifactId>
    <version>42.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.pquiring : javaforce to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 42.0

All Versions

Choose a version of io.github.pquiring : javaforce to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
42.0
javaforce-42.0
40.0
javaforce-40.0

How to add a dependency to Maven

Add the following io.github.pquiring : javaforce maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.pquiring</groupId>
    <artifactId>javaforce</artifactId>
    <version>42.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.pquiring : javaforce gradle dependency to your build.gradle file:

implementation 'io.github.pquiring:javaforce:42.0'

Gradle Kotlin DSL: Add the following io.github.pquiring : javaforce gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.pquiring:javaforce:42.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.pquiring : javaforce sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.pquiring" % "javaforce" % "42.0"

Advertisement