MVN

net.sourceforge.jeuclid : jeuclid-foprep

Maven & Gradle

Apr 04, 2008

JEuclid FO processor Module · This module contains a FO pre-processor application.

<dependency>
    <groupId>net.sourceforge.jeuclid</groupId>
    <artifactId>jeuclid-foprep</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.jeuclid : jeuclid-foprep to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of net.sourceforge.jeuclid : jeuclid-foprep to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
jeuclid-foprep-3.1.0
3.0.x
jeuclid-foprep-3.0.3
jeuclid-foprep-3.0.2
jeuclid-foprep-3.0.1
jeuclid-foprep-3.0.0
2.9.x
jeuclid-foprep-2.9.8

How to add a dependency to Maven

Add the following net.sourceforge.jeuclid : jeuclid-foprep maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.jeuclid</groupId>
    <artifactId>jeuclid-foprep</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.jeuclid : jeuclid-foprep gradle dependency to your build.gradle file:

implementation 'net.sourceforge.jeuclid:jeuclid-foprep:3.1.0'

Gradle Kotlin DSL: Add the following net.sourceforge.jeuclid : jeuclid-foprep gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.jeuclid:jeuclid-foprep:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.jeuclid : jeuclid-foprep sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.jeuclid" % "jeuclid-foprep" % "3.1.0"